#BBA875

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

Shades of Ecru #BBA875

Tints of Ecru #BBA875

Color information

#BBA875 (or 0xBBA875) is unknown color: approx Ecru. HEX triplet: BB, A8 and 75. RGB value is (187,168,117). Sum of RGB (Red+Green+Blue) = 187+168+117=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA875 is #44578A. Grayscale: #A8A8A8. Windows color (decimal): -4478859 or 7710907. OLE color: 7710907.

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

Color convert

RGB187168117-
CMYK00.100.370.27
HSL43.71º33.98%59.61%-
HSV(B)43.71º37.43%73.33%-
XYZ37.7139.8522.53-
YUV167.8799.29141.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 168 (66.02% from 255) = 35.59%
BLUE value IS 117 (46.09% from 255) = 24.79%
R=39.62%
G=35.59%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716811700.100.370.2743.7133.9859.61
HexBBA8750A251B2c223c
Octal2732501650124533544274
Binary101110111010100011101010101010010111011101100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA875; }

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

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

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

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

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

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

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

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