#BBAC7B

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

Shades of Ecru #BBAC7B

Tints of Ecru #BBAC7B

Color information

#BBAC7B (or 0xBBAC7B) is unknown color: approx Ecru. HEX triplet: BB, AC and 7B. RGB value is (187,172,123). Sum of RGB (Red+Green+Blue) = 187+172+123=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC7B is #445384. Grayscale: #ABABAB. Windows color (decimal): -4477829 or 8105147. OLE color: 8105147.

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

Color convert

RGB187172123-
CMYK00.080.340.27
HSL45.94º32%60.78%-
HSV(B)45.94º34.22%73.33%-
XYZ38.8241.524.7-
YUV170.9100.97139.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 172 (67.58% from 255) = 35.68%
BLUE value IS 123 (48.44% from 255) = 25.52%
R=38.80%
G=35.68%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717212300.080.340.2745.943260.78
HexBBAC7B08221B2e203d
Octal2732541730104233564075
Binary101110111010110011110110100010001011011101110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC7B; }

 p { color: rgb(187,172,123); }

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

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

 a { background-color: rgb(187,172,123); }

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

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

 span { border-color: rgb(187,172,123); }

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