Shades of Chino #B8B085
Tints of Chino #B8B085
RGB
CMYK
RGB Variations
Color information
#B8B085 (or 0xB8B085) is known color: Chino. HEX triplet: B8, B0 and 85. RGB value is (184,176,133). Sum of RGB (Red+Green+Blue) = 184+176+133=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B085 is #474F7A. Grayscale: #ADADAD. Windows color (decimal): -4673403 or 8761528. OLE color: 8761528.
HSL color Cylindrical-coordinate representation of color #B8B085: hue angle of 50.59º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8B085 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
RGB | 184 | 176 | 133 | - |
CMYK | 0 | 0.04 | 0.28 | 0.28 |
HSL | 50.59º | 0.26% | 0.62% | - |
HSV(B) | 50.59º | 0.28% | 0.72% | - |
XYZ | 39.53 | 42.93 | 28.39 | - |
YUV | 173.49 | 105.15 | 135.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 176 | 133 | 0 | 0.04 | 0.28 | 0.28 | 50.59 | 0.26 | 0.62 |
Hex | B8 | B0 | 85 | 0 | 4 | 1C | 1C | 33 | 1A | 3E |
Octal | 270 | 260 | 205 | 0 | 4 | 34 | 34 | 63 | 32 | 76 |
Binary | 10111000 | 10110000 | 10000101 | 0 | 100 | 11100 | 11100 | 110011 | 11010 | 111110 |
Color Harmonies of #B8B085
Complementary color
Monochromatic Colors of #B8B085
Black with #B8B085
Text Example
Text Example
White with #B8B085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B085; }
p { color: rgb(184,176,133); }
H1.HeaderClassName
{
color: #B8B085;
}
.AnyTagClassName
{
color: #B8B085;
}
</style>
background-color css
<style>
a { background-color: #B8B085; }
a { background-color: rgb(184,176,133); }
div.DivClassName
{
background-color: #B8B085;
}
.BgClassName
{
background-color: #B8B085;
}
</style>
border-color css
<style>
span { border-color: #B8B085; }
span { border-color: rgb(184,176,133); }
td.TdClassName
{
border-color: #B8B085;
}
.TagClassName
{
border-color: #B8B085;
}
</style>