Shades of Chino #B8AC83
Tints of Chino #B8AC83
RGB
CMYK
RGB Variations
Color information
#B8AC83 (or 0xB8AC83) is known color: Chino. HEX triplet: B8, AC and 83. RGB value is (184,172,131). Sum of RGB (Red+Green+Blue) = 184+172+131=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AC83 is #47537C. Grayscale: #ABABAB. Windows color (decimal): -4674429 or 8629432. OLE color: 8629432.
HSL color Cylindrical-coordinate representation of color #B8AC83: hue angle of 46.42º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B8AC83 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 172 | 131 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.28 |
| HSL | 46.42º | 0.27% | 0.62% | - |
| HSV(B) | 46.42º | 0.29% | 0.72% | - |
| XYZ | 38.62 | 41.33 | 27.42 | - |
| YUV | 170.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 172 | 131 | 0 | 0.07 | 0.29 | 0.28 | 46.42 | 0.27 | 0.62 |
| Hex | B8 | AC | 83 | 0 | 7 | 1D | 1C | 2E | 1B | 3E |
| Octal | 270 | 254 | 203 | 0 | 7 | 35 | 34 | 56 | 33 | 76 |
| Binary | 10111000 | 10101100 | 10000011 | 0 | 111 | 11101 | 11100 | 101110 | 11011 | 111110 |
Color Harmonies of #B8AC83
Complementary color
Monochromatic Colors of #B8AC83
Black with #B8AC83
Text Example
Text Example
White with #B8AC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AC83; }
p { color: rgb(184,172,131); }
H1.HeaderClassName
{
color: #B8AC83;
}
.AnyTagClassName
{
color: #B8AC83;
}
</style>
background-color css
<style>
a { background-color: #B8AC83; }
a { background-color: rgb(184,172,131); }
div.DivClassName
{
background-color: #B8AC83;
}
.BgClassName
{
background-color: #B8AC83;
}
</style>
border-color css
<style>
span { border-color: #B8AC83; }
span { border-color: rgb(184,172,131); }
td.TdClassName
{
border-color: #B8AC83;
}
.TagClassName
{
border-color: #B8AC83;
}
</style>