Shades of Chino #BEB187
Tints of Chino #BEB187
RGB
CMYK
RGB Variations
Color information
#BEB187 (or 0xBEB187) is known color: Chino. HEX triplet: BE, B1 and 87. RGB value is (190,177,135). Sum of RGB (Red+Green+Blue) = 190+177+135=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB187 is #414E78. Grayscale: #B0B0B0. Windows color (decimal): -4279929 or 8892862. OLE color: 8892862.
HSL color Cylindrical-coordinate representation of color #BEB187: hue angle of 45.82º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEB187 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 177 | 135 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.25 |
| HSL | 45.82º | 0.3% | 0.64% | - |
| HSV(B) | 45.82º | 0.29% | 0.75% | - |
| XYZ | 41.33 | 44.14 | 29.26 | - |
| YUV | 176.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 177 | 135 | 0 | 0.07 | 0.29 | 0.25 | 45.82 | 0.3 | 0.64 |
| Hex | BE | B1 | 87 | 0 | 7 | 1D | 19 | 2E | 1E | 40 |
| Octal | 276 | 261 | 207 | 0 | 7 | 35 | 31 | 56 | 36 | 100 |
| Binary | 10111110 | 10110001 | 10000111 | 0 | 111 | 11101 | 11001 | 101110 | 11110 | 1000000 |
Color Harmonies of #BEB187
Complementary color
Monochromatic Colors of #BEB187
Black with #BEB187
Text Example
Text Example
White with #BEB187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB187; }
p { color: rgb(190,177,135); }
H1.HeaderClassName
{
color: #BEB187;
}
.AnyTagClassName
{
color: #BEB187;
}
</style>
background-color css
<style>
a { background-color: #BEB187; }
a { background-color: rgb(190,177,135); }
div.DivClassName
{
background-color: #BEB187;
}
.BgClassName
{
background-color: #BEB187;
}
</style>
border-color css
<style>
span { border-color: #BEB187; }
span { border-color: rgb(190,177,135); }
td.TdClassName
{
border-color: #BEB187;
}
.TagClassName
{
border-color: #BEB187;
}
</style>