COLOR #BBA380

HEX: #BBA380 RGB: (187,163,128)

Color info

#BBA380 contains red, green and blue colors in about the same proportion. Web safe color of #BBA380 is #CC9966 (or #C96).

RGB color model

#BBA380 color RGB value is (187,163,128).

RGB: (187,163,128) (73%, 64%, 50%)

RGB channels and saturation

R 187 of 255 = 73%
G 163 of 255 = 64%
B 128 of 255 = 50%

187
163
128

R + G + B ~ 62%. #BBA380 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 163 + 128 = 478 (100%)
R 187 of 478 ~ 39.12%
G 163 of 478 ~ 34.1%
B 128 of 478 ~ 26.78'%

%39.12
%34.1
%26.78

CMYK color model

#BBA380 color CMYK value is (0,13,32,27).

  • cyan value is 0.00%
  • magenta value is 12.83%
  • yellow value is 31.55%
  • key color value is 26.67%

CMYK: (0,13,32,27)
C0M13Y32K27 (0%, 13%, 32%, 27%)
(0.00 / 0.13 / 0.32 / 0.27)

CMYK percentages

%0
%12.83
%31.55
%26.67

Codes

Color #BBA380 in popluar color models

BB A3 80
RGB 187 163 128
HSL 36° 30.26% 61.76%
HSB/HSV 36° 31.55% 73.33%
CMYK 0.00% 12.83% 31.55%
26.67%

Color #BBA380 in popluar number systems.

HEX BB A3 80
Decimal 187 163 128
Binary 10111011 10100011 10000000
Octal 273 243 200

Shades and tints

Shades of #BBA380

#BBA380
(187,163,128)
#AA9575
(170,149,117)
#99876A
(153,135,106)
#88795F
(136,121,95)
#776B54
(119,107,84)
#665D49
(102,93,73)
#554F3E
(85,79,62)
#444133
(68,65,51)
#333328
(51,51,40)
#22251D
(34,37,29)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #BBA380

#BBA380
(187,163,128)
#C1AB8B
(193,171,139)
#C7B396
(199,179,150)
#CDBBA1
(205,187,161)
#D3C3AC
(211,195,172)
#D9CBB7
(217,203,183)
#DFD3C2
(223,211,194)
#E5DBCD
(229,219,205)
#EBE3D8
(235,227,216)
#F1EBE3
(241,235,227)
#F7F3EE
(247,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA380 color. Also use rgb(187,163,128) instead hex code.

Text Font Color

.myTextColor { color: #BBA380; }

<p style="color:#BBA380">This sample text font color is #BBA380.</p>

This text font color is #BBA380.

Background Color

.myBgColor { background-color: #BBA380; }

<div style="background-color:#BBA380">Inner text</div>

This div background color is #BBA380.

Border color

.myBorderColor { border: 1px solid #BBA380; }

<div style="border:3px solid #BBA380">Div</div>

This div border color is #BBA380.

Opacity

.myOpacity80 { color: #BBA380; opacity: 0.8; }

<p style="color:#BBA380;opacity:0.8;">80%</p>

Text with #BBA380 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BBA380;}

<p style="text-shadow: 3px 3px 1px #BBA380">Text here.</p>

This text has shadow with #BBA380 color.


.textShadow {text-shadow: 3px 3px 1px #BBA380', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BBA380, 5px 5px 20px red">Text here.</p>

This text has shadow with #BBA380 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBA380, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BBA380, Direction=45, Strength=4)">Text</p>

This text has shadow with #BBA380 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBA380;
-webkit-box-shadow: 1px 1px 3px 2px #BBA380;
box-shadow: 1px 1px 3px 2px #BBA380;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBA380; -webkit-box-shadow: 1px 1px 3px 2px #BBA380; box-shadow:1px 1px 3px 2px #BBA380;">
Div content here
</div>

This div box has shadow with color #BBA380.

Preview

Color preview on black background

This text has color #BBA380 on black background.


Color preview on white background

This text has color #BBA380 on white background.


Black color preview on #BBA380 background

This text has black color on #BBA380 background.


White color preview on #BBA380 background

This text has white color on #BBA380 background.


Related colors

Complementary color

Complementary color for #hex is #445C7F.


I love getcolorcode.com

Triadic colors

1 #80BBA3 and #A380BB with #BBA380 are triadic colors.

2 #80A3BB and #A3BB80 with #BBA380 are triadic colors.