#BBB186

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

Shades of Chino #BBB186

Tints of Chino #BBB186

Color information

#BBB186 (or 0xBBB186) is unknown color: approx Chino. HEX triplet: BB, B1 and 86. RGB value is (187,177,134). Sum of RGB (Red+Green+Blue) = 187+177+134=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB186 is #444E79. Grayscale: #AFAFAF. Windows color (decimal): -4476538 or 8827323. OLE color: 8827323.

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

Color convert

RGB187177134-
CMYK00.050.280.27
HSL48.68º28.04%62.94%-
HSV(B)48.68º28.34%73.33%-
XYZ40.5243.7328.86-
YUV175.09104.81136.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.55%
GREEN value IS 177 (69.53% from 255) = 35.54%
BLUE value IS 134 (52.73% from 255) = 26.91%
R=37.55%
G=35.54%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717713400.050.280.2748.6828.0462.94
HexBBB186051C1B311c3f
Octal273261206053433613477
Binary1011101110110001100001100101111001101111000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB186; }

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

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

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

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

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

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

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

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