#BBA871

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

Shades of Ecru #BBA871

Tints of Ecru #BBA871

Color information

#BBA871 (or 0xBBA871) is unknown color: approx Ecru. HEX triplet: BB, A8 and 71. RGB value is (187,168,113). Sum of RGB (Red+Green+Blue) = 187+168+113=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA871 is #44578E. Grayscale: #A7A7A7. Windows color (decimal): -4478863 or 7448763. OLE color: 7448763.

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

Color convert

RGB187168113-
CMYK00.100.400.27
HSL44.59º35.24%58.82%-
HSV(B)44.59º39.57%73.33%-
XYZ37.4839.7621.32-
YUV167.4197.29141.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 168 (66.02% from 255) = 35.90%
BLUE value IS 113 (44.53% from 255) = 24.15%
R=39.96%
G=35.90%
B=24.15%

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
Decimal18716811300.100.400.2744.5935.2458.82
HexBBA8710A281B2d233b
Octal2732501610125033554373
Binary101110111010100011100010101010100011011101101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA871; }

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

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

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

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

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

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

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

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