Shades of Chino #BEB188
Tints of Chino #BEB188
RGB
CMYK
RGB Variations
Color information
#BEB188 (or 0xBEB188) is known color: Chino. HEX triplet: BE, B1 and 88. RGB value is (190,177,136). Sum of RGB (Red+Green+Blue) = 190+177+136=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB188 is #414E77. Grayscale: #B0B0B0. Windows color (decimal): -4279928 or 8958398. OLE color: 8958398.
HSL color Cylindrical-coordinate representation of color #BEB188: hue angle of 45.56º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEB188 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 177 | 136 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.25 |
| HSL | 45.56º | 0.29% | 0.64% | - |
| HSV(B) | 45.56º | 0.28% | 0.75% | - |
| XYZ | 41.4 | 44.17 | 29.64 | - |
| YUV | 176.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 177 | 136 | 0 | 0.07 | 0.28 | 0.25 | 45.56 | 0.29 | 0.64 |
| Hex | BE | B1 | 88 | 0 | 7 | 1C | 19 | 2E | 1D | 40 |
| Octal | 276 | 261 | 210 | 0 | 7 | 34 | 31 | 56 | 35 | 100 |
| Binary | 10111110 | 10110001 | 10001000 | 0 | 111 | 11100 | 11001 | 101110 | 11101 | 1000000 |
Color Harmonies of #BEB188
Complementary color
Monochromatic Colors of #BEB188
Black with #BEB188
Text Example
Text Example
White with #BEB188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB188; }
p { color: rgb(190,177,136); }
H1.HeaderClassName
{
color: #BEB188;
}
.AnyTagClassName
{
color: #BEB188;
}
</style>
background-color css
<style>
a { background-color: #BEB188; }
a { background-color: rgb(190,177,136); }
div.DivClassName
{
background-color: #BEB188;
}
.BgClassName
{
background-color: #BEB188;
}
</style>
border-color css
<style>
span { border-color: #BEB188; }
span { border-color: rgb(190,177,136); }
td.TdClassName
{
border-color: #BEB188;
}
.TagClassName
{
border-color: #BEB188;
}
</style>