#BBAA75

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

Shades of Ecru #BBAA75

Tints of Ecru #BBAA75

Color information

#BBAA75 (or 0xBBAA75) is unknown color: approx Ecru. HEX triplet: BB, AA and 75. RGB value is (187,170,117). Sum of RGB (Red+Green+Blue) = 187+170+117=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA75 is #44558A. Grayscale: #A9A9A9. Windows color (decimal): -4478347 or 7711419. OLE color: 7711419.

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

Color convert

RGB187170117-
CMYK00.090.370.27
HSL45.43º33.98%59.61%-
HSV(B)45.43º37.43%73.33%-
XYZ38.0840.622.66-
YUV169.0498.63140.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.45%
GREEN value IS 170 (66.80% from 255) = 35.86%
BLUE value IS 117 (46.09% from 255) = 24.68%
R=39.45%
G=35.86%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717011700.090.370.2745.4333.9859.61
HexBBAA7509251B2d223c
Octal2732521650114533554274
Binary101110111010101011101010100110010111011101101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA75; }

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

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

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

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

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

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

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

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