#BBAC79

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

Shades of Ecru #BBAC79

Tints of Ecru #BBAC79

Color information

#BBAC79 (or 0xBBAC79) is unknown color: approx Ecru. HEX triplet: BB, AC and 79. RGB value is (187,172,121). Sum of RGB (Red+Green+Blue) = 187+172+121=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 121 (47.66% from 255 or 25.21% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC79 is #445386. Grayscale: #AAAAAA. Windows color (decimal): -4477831 or 7974075. OLE color: 7974075.

HSL color Cylindrical-coordinate representation of color #BBAC79: hue angle of 46.36º 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 #BBAC79 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB187172121-
CMYK00.080.350.27
HSL46.36º32.67%60.39%-
HSV(B)46.36º35.29%73.33%-
XYZ38.741.4524.05-
YUV170.6799.97139.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.96%
GREEN value IS 172 (67.58% from 255) = 35.83%
BLUE value IS 121 (47.66% from 255) = 25.21%
R=38.96%
G=35.83%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717212100.080.350.2746.3632.6760.39
HexBBAC7908231B2e213c
Octal2732541710104333564174
Binary101110111010110011110010100010001111011101110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC79; }

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

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

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

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

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

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

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

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