Shades of Chino #BEB289
Tints of Chino #BEB289
RGB
CMYK
RGB Variations
Color information
#BEB289 (or 0xBEB289) is known color: Chino. HEX triplet: BE, B2 and 89. RGB value is (190,178,137). Sum of RGB (Red+Green+Blue) = 190+178+137=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB289 is #414D76. Grayscale: #B1B1B1. Windows color (decimal): -4279671 or 9024190. OLE color: 9024190.
HSL color Cylindrical-coordinate representation of color #BEB289: hue angle of 46.42º 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 #BEB289 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 178 | 137 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.25 |
| HSL | 46.42º | 0.29% | 0.64% | - |
| HSV(B) | 46.42º | 0.28% | 0.75% | - |
| XYZ | 41.67 | 44.59 | 30.08 | - |
| YUV | 176.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 178 | 137 | 0 | 0.06 | 0.28 | 0.25 | 46.42 | 0.29 | 0.64 |
| Hex | BE | B2 | 89 | 0 | 6 | 1C | 19 | 2E | 1D | 40 |
| Octal | 276 | 262 | 211 | 0 | 6 | 34 | 31 | 56 | 35 | 100 |
| Binary | 10111110 | 10110010 | 10001001 | 0 | 110 | 11100 | 11001 | 101110 | 11101 | 1000000 |
Color Harmonies of #BEB289
Complementary color
Monochromatic Colors of #BEB289
Black with #BEB289
Text Example
Text Example
White with #BEB289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB289; }
p { color: rgb(190,178,137); }
H1.HeaderClassName
{
color: #BEB289;
}
.AnyTagClassName
{
color: #BEB289;
}
</style>
background-color css
<style>
a { background-color: #BEB289; }
a { background-color: rgb(190,178,137); }
div.DivClassName
{
background-color: #BEB289;
}
.BgClassName
{
background-color: #BEB289;
}
</style>
border-color css
<style>
span { border-color: #BEB289; }
span { border-color: rgb(190,178,137); }
td.TdClassName
{
border-color: #BEB289;
}
.TagClassName
{
border-color: #BEB289;
}
</style>