Shades of Chino #B7AC8C
Tints of Chino #B7AC8C
RGB
CMYK
RGB Variations
Color information
#B7AC8C (or 0xB7AC8C) is known color: Chino. HEX triplet: B7, AC and 8C. RGB value is (183,172,140). Sum of RGB (Red+Green+Blue) = 183+172+140=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AC8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AC8C is #485373. Grayscale: #ABABAB. Windows color (decimal): -4739956 or 9219255. OLE color: 9219255.
HSL color Cylindrical-coordinate representation of color #B7AC8C: hue angle of 44.65º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7AC8C is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 172 | 140 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.28 |
| HSL | 44.65º | 0.23% | 0.63% | - |
| HSV(B) | 44.65º | 0.23% | 0.72% | - |
| XYZ | 39.01 | 41.47 | 30.76 | - |
| YUV | 171.64 | 110.14 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 172 | 140 | 0 | 0.06 | 0.23 | 0.28 | 44.65 | 0.23 | 0.63 |
| Hex | B7 | AC | 8C | 0 | 6 | 17 | 1C | 2D | 17 | 3F |
| Octal | 267 | 254 | 214 | 0 | 6 | 27 | 34 | 55 | 27 | 77 |
| Binary | 10110111 | 10101100 | 10001100 | 0 | 110 | 10111 | 11100 | 101101 | 10111 | 111111 |
Color Harmonies of #B7AC8C
Complementary color
Monochromatic Colors of #B7AC8C
Black with #B7AC8C
Text Example
Text Example
White with #B7AC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AC8C; }
p { color: rgb(183,172,140); }
H1.HeaderClassName
{
color: #B7AC8C;
}
.AnyTagClassName
{
color: #B7AC8C;
}
</style>
background-color css
<style>
a { background-color: #B7AC8C; }
a { background-color: rgb(183,172,140); }
div.DivClassName
{
background-color: #B7AC8C;
}
.BgClassName
{
background-color: #B7AC8C;
}
</style>
border-color css
<style>
span { border-color: #B7AC8C; }
span { border-color: rgb(183,172,140); }
td.TdClassName
{
border-color: #B7AC8C;
}
.TagClassName
{
border-color: #B7AC8C;
}
</style>