Shades of Chino #BEB189
Tints of Chino #BEB189
RGB
CMYK
RGB Variations
Color information
#BEB189 (or 0xBEB189) is known color: Chino. HEX triplet: BE, B1 and 89. RGB value is (190,177,137). Sum of RGB (Red+Green+Blue) = 190+177+137=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB189 is #414E76. Grayscale: #B0B0B0. Windows color (decimal): -4279927 or 9023934. OLE color: 9023934.
HSL color Cylindrical-coordinate representation of color #BEB189: hue angle of 45.28º 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 #BEB189 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 177 | 137 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.25 |
| HSL | 45.28º | 0.29% | 0.64% | - |
| HSV(B) | 45.28º | 0.28% | 0.75% | - |
| XYZ | 41.47 | 44.2 | 30.01 | - |
| YUV | 176.33 | 105.81 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 177 | 137 | 0 | 0.07 | 0.28 | 0.25 | 45.28 | 0.29 | 0.64 |
| Hex | BE | B1 | 89 | 0 | 7 | 1C | 19 | 2D | 1D | 40 |
| Octal | 276 | 261 | 211 | 0 | 7 | 34 | 31 | 55 | 35 | 100 |
| Binary | 10111110 | 10110001 | 10001001 | 0 | 111 | 11100 | 11001 | 101101 | 11101 | 1000000 |
Color Harmonies of #BEB189
Complementary color
Monochromatic Colors of #BEB189
Black with #BEB189
Text Example
Text Example
White with #BEB189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB189; }
p { color: rgb(190,177,137); }
H1.HeaderClassName
{
color: #BEB189;
}
.AnyTagClassName
{
color: #BEB189;
}
</style>
background-color css
<style>
a { background-color: #BEB189; }
a { background-color: rgb(190,177,137); }
div.DivClassName
{
background-color: #BEB189;
}
.BgClassName
{
background-color: #BEB189;
}
</style>
border-color css
<style>
span { border-color: #BEB189; }
span { border-color: rgb(190,177,137); }
td.TdClassName
{
border-color: #BEB189;
}
.TagClassName
{
border-color: #BEB189;
}
</style>