#BBA979

Color #BBA979 Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #BBA979

Tints of Ecru #BBA979

Color information

#BBA979 (or 0xBBA979) is unknown color: approx Ecru. HEX triplet: BB, A9 and 79. RGB value is (187,169,121). Sum of RGB (Red+Green+Blue) = 187+169+121=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA979 is #445686. Grayscale: #A9A9A9. Windows color (decimal): -4478599 or 7973307. OLE color: 7973307.

HSL color Cylindrical-coordinate representation of color #BBA979: hue angle of 43.64º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBA979 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB187169121-
CMYK00.100.350.27
HSL43.64º32.67%60.39%-
HSV(B)43.64º35.29%73.33%-
XYZ38.1340.3223.86-
YUV168.91100.96140.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 169 (66.41% from 255) = 35.43%
BLUE value IS 121 (47.66% from 255) = 25.37%
R=39.20%
G=35.43%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716912100.100.350.2743.6432.6760.39
HexBBA9790A231B2c213c
Octal2732511710124333544174
Binary101110111010100111110010101010001111011101100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA979; }

 p { color: rgb(187,169,121); }

 H1.HeaderClassName
 {
   color: #BBA979;
 }
 .AnyTagClassName
 {
   color: #BBA979;
 }
</style>
background-color css

<style>
 a { background-color: #BBA979; }

 a { background-color: rgb(187,169,121); }

 div.DivClassName
 {
   background-color: #BBA979;
 }
 .BgClassName
 {
   background-color: #BBA979;
 }
</style>
border-color css

<style>
 span { border-color: #BBA979; }

 span { border-color: rgb(187,169,121); }

 td.TdClassName
 {
   border-color: #BBA979;
 }
 .TagClassName
 {
   border-color: #BBA979;
 }
</style>