Shades of Chino #BEB28A
Tints of Chino #BEB28A
RGB
CMYK
RGB Variations
Color information
#BEB28A (or 0xBEB28A) is known color: Chino. HEX triplet: BE, B2 and 8A. RGB value is (190,178,138). Sum of RGB (Red+Green+Blue) = 190+178+138=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB28A is #414D75. Grayscale: #B1B1B1. Windows color (decimal): -4279670 or 9089726. OLE color: 9089726.
HSL color Cylindrical-coordinate representation of color #BEB28A: hue angle of 46.15º 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 #BEB28A is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 178 | 138 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.25 |
| HSL | 46.15º | 0.29% | 0.64% | - |
| HSV(B) | 46.15º | 0.27% | 0.75% | - |
| XYZ | 41.74 | 44.62 | 30.46 | - |
| YUV | 177.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 178 | 138 | 0 | 0.06 | 0.27 | 0.25 | 46.15 | 0.29 | 0.64 |
| Hex | BE | B2 | 8A | 0 | 6 | 1B | 19 | 2E | 1D | 40 |
| Octal | 276 | 262 | 212 | 0 | 6 | 33 | 31 | 56 | 35 | 100 |
| Binary | 10111110 | 10110010 | 10001010 | 0 | 110 | 11011 | 11001 | 101110 | 11101 | 1000000 |
Color Harmonies of #BEB28A
Complementary color
Monochromatic Colors of #BEB28A
Black with #BEB28A
Text Example
Text Example
White with #BEB28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB28A; }
p { color: rgb(190,178,138); }
H1.HeaderClassName
{
color: #BEB28A;
}
.AnyTagClassName
{
color: #BEB28A;
}
</style>
background-color css
<style>
a { background-color: #BEB28A; }
a { background-color: rgb(190,178,138); }
div.DivClassName
{
background-color: #BEB28A;
}
.BgClassName
{
background-color: #BEB28A;
}
</style>
border-color css
<style>
span { border-color: #BEB28A; }
span { border-color: rgb(190,178,138); }
td.TdClassName
{
border-color: #BEB28A;
}
.TagClassName
{
border-color: #BEB28A;
}
</style>