#BBAE8D

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

Shades of Chino #BBAE8D

Tints of Chino #BBAE8D

Color information

#BBAE8D (or 0xBBAE8D) is unknown color: approx Chino. HEX triplet: BB, AE and 8D. RGB value is (187,174,141). Sum of RGB (Red+Green+Blue) = 187+174+141=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE8D is #445172. Grayscale: #AEAEAE. Windows color (decimal): -4477299 or 9285307. OLE color: 9285307.

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

Color convert

RGB187174141-
CMYK00.070.250.27
HSL43.04º25.27%64.31%-
HSV(B)43.04º24.6%73.33%-
XYZ40.4442.7631.32-
YUV174.12109.31137.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.25%
GREEN value IS 174 (68.36% from 255) = 34.66%
BLUE value IS 141 (55.47% from 255) = 28.09%
R=37.25%
G=34.66%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717414100.070.250.2743.0425.2764.31
HexBBAE8D07191B2b1940
Octal2732562150731335331100
Binary10111011101011101000110101111100111011101011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE8D; }

 p { color: rgb(187,174,141); }

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

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

 a { background-color: rgb(187,174,141); }

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

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

 span { border-color: rgb(187,174,141); }

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