Shades of Chino #BEB08A
Tints of Chino #BEB08A
RGB
CMYK
RGB Variations
Color information
#BEB08A (or 0xBEB08A) is known color: Chino. HEX triplet: BE, B0 and 8A. RGB value is (190,176,138). Sum of RGB (Red+Green+Blue) = 190+176+138=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB08A is #414F75. Grayscale: #B0B0B0. Windows color (decimal): -4280182 or 9089214. OLE color: 9089214.
HSL color Cylindrical-coordinate representation of color #BEB08A: hue angle of 43.85º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEB08A is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 176 | 138 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.25 |
| HSL | 43.85º | 0.29% | 0.64% | - |
| HSV(B) | 43.85º | 0.27% | 0.75% | - |
| XYZ | 41.35 | 43.83 | 30.33 | - |
| YUV | 175.85 | 106.64 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 176 | 138 | 0 | 0.07 | 0.27 | 0.25 | 43.85 | 0.29 | 0.64 |
| Hex | BE | B0 | 8A | 0 | 7 | 1B | 19 | 2C | 1D | 40 |
| Octal | 276 | 260 | 212 | 0 | 7 | 33 | 31 | 54 | 35 | 100 |
| Binary | 10111110 | 10110000 | 10001010 | 0 | 111 | 11011 | 11001 | 101100 | 11101 | 1000000 |
Color Harmonies of #BEB08A
Complementary color
Monochromatic Colors of #BEB08A
Black with #BEB08A
Text Example
Text Example
White with #BEB08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB08A; }
p { color: rgb(190,176,138); }
H1.HeaderClassName
{
color: #BEB08A;
}
.AnyTagClassName
{
color: #BEB08A;
}
</style>
background-color css
<style>
a { background-color: #BEB08A; }
a { background-color: rgb(190,176,138); }
div.DivClassName
{
background-color: #BEB08A;
}
.BgClassName
{
background-color: #BEB08A;
}
</style>
border-color css
<style>
span { border-color: #BEB08A; }
span { border-color: rgb(190,176,138); }
td.TdClassName
{
border-color: #BEB08A;
}
.TagClassName
{
border-color: #BEB08A;
}
</style>