#BBAF78

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

Shades of Ecru #BBAF78

Tints of Ecru #BBAF78

Color information

#BBAF78 (or 0xBBAF78) is unknown color: approx Ecru. HEX triplet: BB, AF and 78. RGB value is (187,175,120). Sum of RGB (Red+Green+Blue) = 187+175+120=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF78 is #445087. Grayscale: #ACACAC. Windows color (decimal): -4477064 or 7909307. OLE color: 7909307.

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

Color convert

RGB187175120-
CMYK00.060.360.27
HSL49.25º33%60.2%-
HSV(B)49.25º35.83%73.33%-
XYZ39.2142.5823.92-
YUV172.3298.48138.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 120 (47.27% from 255) = 24.90%
R=38.80%
G=36.31%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717512000.060.360.2749.253360.2
HexBBAF7806241B31213c
Octal273257170064433614174
Binary10111011101011111111000011010010011011110001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAF78; }

 p { color: rgb(187,175,120); }

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

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

 a { background-color: rgb(187,175,120); }

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

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

 span { border-color: rgb(187,175,120); }

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