Shades of Chino #B7B07F
Tints of Chino #B7B07F
RGB
CMYK
RGB Variations
Color information
#B7B07F (or 0xB7B07F) is known color: Chino. HEX triplet: B7, B0 and 7F. RGB value is (183,176,127). Sum of RGB (Red+Green+Blue) = 183+176+127=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B07F is #484F80. Grayscale: #ACACAC. Windows color (decimal): -4738945 or 8368311. OLE color: 8368311.
HSL color Cylindrical-coordinate representation of color #B7B07F: hue angle of 52.5º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B7B07F is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 127 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.28 |
| HSL | 52.5º | 0.28% | 0.61% | - |
| HSV(B) | 52.5º | 0.31% | 0.72% | - |
| XYZ | 38.88 | 42.65 | 26.26 | - |
| YUV | 172.51 | 102.32 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 127 | 0 | 0.04 | 0.31 | 0.28 | 52.5 | 0.28 | 0.61 |
| Hex | B7 | B0 | 7F | 0 | 4 | 1F | 1C | 34 | 1C | 3D |
| Octal | 267 | 260 | 177 | 0 | 4 | 37 | 34 | 64 | 34 | 75 |
| Binary | 10110111 | 10110000 | 1111111 | 0 | 100 | 11111 | 11100 | 110100 | 11100 | 111101 |
Color Harmonies of #B7B07F
Complementary color
Monochromatic Colors of #B7B07F
Black with #B7B07F
Text Example
Text Example
White with #B7B07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B07F; }
p { color: rgb(183,176,127); }
H1.HeaderClassName
{
color: #B7B07F;
}
.AnyTagClassName
{
color: #B7B07F;
}
</style>
background-color css
<style>
a { background-color: #B7B07F; }
a { background-color: rgb(183,176,127); }
div.DivClassName
{
background-color: #B7B07F;
}
.BgClassName
{
background-color: #B7B07F;
}
</style>
border-color css
<style>
span { border-color: #B7B07F; }
span { border-color: rgb(183,176,127); }
td.TdClassName
{
border-color: #B7B07F;
}
.TagClassName
{
border-color: #B7B07F;
}
</style>