Shades of Chino #BEB08D
Tints of Chino #BEB08D
RGB
CMYK
RGB Variations
Color information
#BEB08D (or 0xBEB08D) is known color: Chino. HEX triplet: BE, B0 and 8D. RGB value is (190,176,141). Sum of RGB (Red+Green+Blue) = 190+176+141=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB08D is #414F72. Grayscale: #B0B0B0. Windows color (decimal): -4280179 or 9285822. OLE color: 9285822.
HSL color Cylindrical-coordinate representation of color #BEB08D: hue angle of 42.86º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEB08D is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 176 | 141 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.25 |
| HSL | 42.86º | 0.27% | 0.65% | - |
| HSV(B) | 42.86º | 0.26% | 0.75% | - |
| XYZ | 41.57 | 43.92 | 31.49 | - |
| YUV | 176.2 | 108.14 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 176 | 141 | 0 | 0.07 | 0.26 | 0.25 | 42.86 | 0.27 | 0.65 |
| Hex | BE | B0 | 8D | 0 | 7 | 1A | 19 | 2B | 1B | 41 |
| Octal | 276 | 260 | 215 | 0 | 7 | 32 | 31 | 53 | 33 | 101 |
| Binary | 10111110 | 10110000 | 10001101 | 0 | 111 | 11010 | 11001 | 101011 | 11011 | 1000001 |
Color Harmonies of #BEB08D
Complementary color
Monochromatic Colors of #BEB08D
Black with #BEB08D
Text Example
Text Example
White with #BEB08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB08D; }
p { color: rgb(190,176,141); }
H1.HeaderClassName
{
color: #BEB08D;
}
.AnyTagClassName
{
color: #BEB08D;
}
</style>
background-color css
<style>
a { background-color: #BEB08D; }
a { background-color: rgb(190,176,141); }
div.DivClassName
{
background-color: #BEB08D;
}
.BgClassName
{
background-color: #BEB08D;
}
</style>
border-color css
<style>
span { border-color: #BEB08D; }
span { border-color: rgb(190,176,141); }
td.TdClassName
{
border-color: #BEB08D;
}
.TagClassName
{
border-color: #BEB08D;
}
</style>