#BBA971

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

Shades of Ecru #BBA971

Tints of Ecru #BBA971

Color information

#BBA971 (or 0xBBA971) is unknown color: approx Ecru. HEX triplet: BB, A9 and 71. RGB value is (187,169,113). Sum of RGB (Red+Green+Blue) = 187+169+113=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA971 is #44568E. Grayscale: #A8A8A8. Windows color (decimal): -4478607 or 7449019. OLE color: 7449019.

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

Color convert

RGB187169113-
CMYK00.100.400.27
HSL45.41º35.24%58.82%-
HSV(B)45.41º39.57%73.33%-
XYZ37.6640.1321.38-
YUV16896.96141.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.87%
GREEN value IS 169 (66.41% from 255) = 36.03%
BLUE value IS 113 (44.53% from 255) = 24.09%
R=39.87%
G=36.03%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716911300.100.400.2745.4135.2458.82
HexBBA9710A281B2d233b
Octal2732511610125033554373
Binary101110111010100111100010101010100011011101101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA971; }

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

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

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

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

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

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

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

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