#BBA775

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

Shades of Ecru #BBA775

Tints of Ecru #BBA775

Color information

#BBA775 (or 0xBBA775) is unknown color: approx Ecru. HEX triplet: BB, A7 and 75. RGB value is (187,167,117). Sum of RGB (Red+Green+Blue) = 187+167+117=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA775 is #44588A. Grayscale: #A7A7A7. Windows color (decimal): -4479115 or 7710651. OLE color: 7710651.

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

Color convert

RGB187167117-
CMYK00.110.370.27
HSL42.86º33.98%59.61%-
HSV(B)42.86º37.43%73.33%-
XYZ37.5239.4922.47-
YUV167.2899.63142.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.70%
GREEN value IS 167 (65.62% from 255) = 35.46%
BLUE value IS 117 (46.09% from 255) = 24.84%
R=39.70%
G=35.46%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716711700.110.370.2742.8633.9859.61
HexBBA7750B251B2b223c
Octal2732471650134533534274
Binary101110111010011111101010101110010111011101011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA775; }

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

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

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

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

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

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

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

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