#BBAD80

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

Shades of Ecru #BBAD80

Tints of Ecru #BBAD80

Color information

#BBAD80 (or 0xBBAD80) is unknown color: approx Ecru. HEX triplet: BB, AD and 80. RGB value is (187,173,128). Sum of RGB (Red+Green+Blue) = 187+173+128=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAD80 is #44527F. Grayscale: #ACACAC. Windows color (decimal): -4477568 or 8433083. OLE color: 8433083.

HSL color Cylindrical-coordinate representation of color #BBAD80: hue angle of 45.76º degrees, saturation: 0.3, 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 #BBAD80 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB187173128-
CMYK00.070.320.27
HSL45.76º30.26%61.76%-
HSV(B)45.76º31.55%73.33%-
XYZ39.3342.0126.46-
YUV172.06103.14138.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 173 (67.97% from 255) = 35.45%
BLUE value IS 128 (50.39% from 255) = 26.23%
R=38.32%
G=35.45%
B=26.23%

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
Decimal18717312800.070.320.2745.7630.2661.76
HexBBAD8007201B2e1e3e
Octal273255200074033563676
Binary10111011101011011000000001111000001101110111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD80; }

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

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

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

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

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

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

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

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