#BBAD7F

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

Shades of Ecru #BBAD7F

Tints of Ecru #BBAD7F

Color information

#BBAD7F (or 0xBBAD7F) is unknown color: approx Ecru. HEX triplet: BB, AD and 7F. RGB value is (187,173,127). Sum of RGB (Red+Green+Blue) = 187+173+127=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD7F is #445280. Grayscale: #ACACAC. Windows color (decimal): -4477569 or 8367547. OLE color: 8367547.

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

Color convert

RGB187173127-
CMYK00.070.320.27
HSL46º30.61%61.57%-
HSV(B)46º32.09%73.33%-
XYZ39.2741.9826.11-
YUV171.94102.64138.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 173 (67.97% from 255) = 35.52%
BLUE value IS 127 (50% from 255) = 26.08%
R=38.40%
G=35.52%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717312700.070.320.274630.6161.57
HexBBAD7F07201B2e1f3e
Octal273255177074033563776
Binary1011101110101101111111101111000001101110111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD7F; }

 p { color: rgb(187,173,127); }

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

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

 a { background-color: rgb(187,173,127); }

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

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

 span { border-color: rgb(187,173,127); }

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