#BBA973

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

Shades of Ecru #BBA973

Tints of Ecru #BBA973

Color information

#BBA973 (or 0xBBA973) is unknown color: approx Ecru. HEX triplet: BB, A9 and 73. RGB value is (187,169,115). Sum of RGB (Red+Green+Blue) = 187+169+115=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA973 is #44568C. Grayscale: #A8A8A8. Windows color (decimal): -4478605 or 7580091. OLE color: 7580091.

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

Color convert

RGB187169115-
CMYK00.100.390.27
HSL45º34.62%59.22%-
HSV(B)45º38.5%73.33%-
XYZ37.7840.1821.98-
YUV168.2397.96141.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.70%
GREEN value IS 169 (66.41% from 255) = 35.88%
BLUE value IS 115 (45.31% from 255) = 24.42%
R=39.70%
G=35.88%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716911500.100.390.274534.6259.22
HexBBA9730A271B2d233b
Octal2732511630124733554373
Binary101110111010100111100110101010011111011101101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA973; }

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

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

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

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

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

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

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

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