#BBAE8A

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

Shades of Chino #BBAE8A

Tints of Chino #BBAE8A

Color information

#BBAE8A (or 0xBBAE8A) is unknown color: approx Chino. HEX triplet: BB, AE and 8A. RGB value is (187,174,138). Sum of RGB (Red+Green+Blue) = 187+174+138=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE8A is #445175. Grayscale: #ADADAD. Windows color (decimal): -4477302 or 9088699. OLE color: 9088699.

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

Color convert

RGB187174138-
CMYK00.070.260.27
HSL44.08º26.49%63.73%-
HSV(B)44.08º26.2%73.33%-
XYZ40.2242.6730.16-
YUV173.78107.81137.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 138 (54.30% from 255) = 27.66%
R=37.47%
G=34.87%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717413800.070.260.2744.0826.4963.73
HexBBAE8A071A1B2c1a40
Octal2732562120732335432100
Binary10111011101011101000101001111101011011101100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE8A; }

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

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

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

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

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

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

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

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