#BBAC7E

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

Shades of Ecru #BBAC7E

Tints of Ecru #BBAC7E

Color information

#BBAC7E (or 0xBBAC7E) is unknown color: approx Ecru. HEX triplet: BB, AC and 7E. RGB value is (187,172,126). Sum of RGB (Red+Green+Blue) = 187+172+126=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC7E is #445381. Grayscale: #ABABAB. Windows color (decimal): -4477826 or 8301755. OLE color: 8301755.

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

Color convert

RGB187172126-
CMYK00.080.330.27
HSL45.25º30.96%61.37%-
HSV(B)45.25º32.62%73.33%-
XYZ39.0141.5825.71-
YUV171.24102.47139.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.56%
GREEN value IS 172 (67.58% from 255) = 35.46%
BLUE value IS 126 (49.61% from 255) = 25.98%
R=38.56%
G=35.46%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717212600.080.330.2745.2530.9661.37
HexBBAC7E08211B2d1f3d
Octal2732541760104133553775
Binary10111011101011001111110010001000011101110110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC7E; }

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

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

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

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

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

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

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

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