#BBAD7B

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

Shades of Ecru #BBAD7B

Tints of Ecru #BBAD7B

Color information

#BBAD7B (or 0xBBAD7B) is unknown color: approx Ecru. HEX triplet: BB, AD and 7B. RGB value is (187,173,123). Sum of RGB (Red+Green+Blue) = 187+173+123=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD7B is #445284. Grayscale: #ABABAB. Windows color (decimal): -4477573 or 8105403. OLE color: 8105403.

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

Color convert

RGB187173123-
CMYK00.070.340.27
HSL46.88º32%60.78%-
HSV(B)46.88º34.22%73.33%-
XYZ39.0141.8824.77-
YUV171.49100.64139.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.72%
GREEN value IS 173 (67.97% from 255) = 35.82%
BLUE value IS 123 (48.44% from 255) = 25.47%
R=38.72%
G=35.82%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717312300.070.340.2746.883260.78
HexBBAD7B07221B2f203d
Octal273255173074233574075
Binary10111011101011011111011011110001011011101111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD7B; }

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

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

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

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

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

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

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

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