Shades of Chino #BBB08A
Tints of Chino #BBB08A
RGB
CMYK
RGB Variations
Color information
#BBB08A (or 0xBBB08A) is known color: Chino. HEX triplet: BB, B0 and 8A. RGB value is (187,176,138). Sum of RGB (Red+Green+Blue) = 187+176+138=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB08A is #444F75. Grayscale: #AFAFAF. Windows color (decimal): -4476790 or 9089211. OLE color: 9089211.
HSL color Cylindrical-coordinate representation of color #BBB08A: hue angle of 46.53º 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 #BBB08A is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 138 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.27 |
| HSL | 46.53º | 0.26% | 0.64% | - |
| HSV(B) | 46.53º | 0.26% | 0.73% | - |
| XYZ | 40.61 | 43.45 | 30.29 | - |
| YUV | 174.96 | 107.14 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 138 | 0 | 0.06 | 0.26 | 0.27 | 46.53 | 0.26 | 0.64 |
| Hex | BB | B0 | 8A | 0 | 6 | 1A | 1B | 2F | 1A | 40 |
| Octal | 273 | 260 | 212 | 0 | 6 | 32 | 33 | 57 | 32 | 100 |
| Binary | 10111011 | 10110000 | 10001010 | 0 | 110 | 11010 | 11011 | 101111 | 11010 | 1000000 |
Color Harmonies of #BBB08A
Complementary color
Monochromatic Colors of #BBB08A
Black with #BBB08A
Text Example
Text Example
White with #BBB08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB08A; }
p { color: rgb(187,176,138); }
H1.HeaderClassName
{
color: #BBB08A;
}
.AnyTagClassName
{
color: #BBB08A;
}
</style>
background-color css
<style>
a { background-color: #BBB08A; }
a { background-color: rgb(187,176,138); }
div.DivClassName
{
background-color: #BBB08A;
}
.BgClassName
{
background-color: #BBB08A;
}
</style>
border-color css
<style>
span { border-color: #BBB08A; }
span { border-color: rgb(187,176,138); }
td.TdClassName
{
border-color: #BBB08A;
}
.TagClassName
{
border-color: #BBB08A;
}
</style>