#BBAD73

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

Shades of Ecru #BBAD73

Tints of Ecru #BBAD73

Color information

#BBAD73 (or 0xBBAD73) is unknown color: approx Ecru. HEX triplet: BB, AD and 73. RGB value is (187,173,115). Sum of RGB (Red+Green+Blue) = 187+173+115=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD73 is #44528C. Grayscale: #AAAAAA. Windows color (decimal): -4477581 or 7581115. OLE color: 7581115.

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

Color convert

RGB187173115-
CMYK00.070.390.27
HSL48.33º34.62%59.22%-
HSV(B)48.33º38.5%73.33%-
XYZ38.5341.6922.24-
YUV170.5796.64139.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.37%
GREEN value IS 173 (67.97% from 255) = 36.42%
BLUE value IS 115 (45.31% from 255) = 24.21%
R=39.37%
G=36.42%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717311500.070.390.2748.3334.6259.22
HexBBAD7307271B30233b
Octal273255163074733604373
Binary10111011101011011110011011110011111011110000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD73; }

 p { color: rgb(187,173,115); }

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

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

 a { background-color: rgb(187,173,115); }

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

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

 span { border-color: rgb(187,173,115); }

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