#BBB189

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

Shades of Chino #BBB189

Tints of Chino #BBB189

Color information

#BBB189 (or 0xBBB189) is unknown color: approx Chino. HEX triplet: BB, B1 and 89. RGB value is (187,177,137). Sum of RGB (Red+Green+Blue) = 187+177+137=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB189 is #444E76. Grayscale: #AFAFAF. Windows color (decimal): -4476535 or 9023931. OLE color: 9023931.

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

Color convert

RGB187177137-
CMYK00.050.270.27
HSL48º26.88%63.53%-
HSV(B)48º26.74%73.33%-
XYZ40.7343.8229.98-
YUV175.43106.31136.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.33%
GREEN value IS 177 (69.53% from 255) = 35.33%
BLUE value IS 137 (53.91% from 255) = 27.35%
R=37.33%
G=35.33%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717713700.050.270.274826.8863.53
HexBBB189051B1B301b40
Octal2732612110533336033100
Binary10111011101100011000100101011101111011110000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB189; }

 p { color: rgb(187,177,137); }

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

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

 a { background-color: rgb(187,177,137); }

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

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

 span { border-color: rgb(187,177,137); }

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