Shades of Chino #B5AE8C
Tints of Chino #B5AE8C
RGB
CMYK
RGB Variations
Color information
#B5AE8C (or 0xB5AE8C) is known color: Chino. HEX triplet: B5, AE and 8C. RGB value is (181,174,140). Sum of RGB (Red+Green+Blue) = 181+174+140=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AE8C is #4A5173. Grayscale: #ACACAC. Windows color (decimal): -4870516 or 9219765. OLE color: 9219765.
HSL color Cylindrical-coordinate representation of color #B5AE8C: hue angle of 49.76º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5AE8C is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 174 | 140 | - |
CMYK | 0 | 0.04 | 0.23 | 0.29 |
HSL | 49.76º | 0.22% | 0.63% | - |
HSV(B) | 49.76º | 0.23% | 0.71% | - |
XYZ | 38.93 | 41.99 | 30.86 | - |
YUV | 172.22 | 109.82 | 134.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 174 | 140 | 0 | 0.04 | 0.23 | 0.29 | 49.76 | 0.22 | 0.63 |
Hex | B5 | AE | 8C | 0 | 4 | 17 | 1D | 32 | 16 | 3F |
Octal | 265 | 256 | 214 | 0 | 4 | 27 | 35 | 62 | 26 | 77 |
Binary | 10110101 | 10101110 | 10001100 | 0 | 100 | 10111 | 11101 | 110010 | 10110 | 111111 |
Color Harmonies of #B5AE8C
Complementary color
Monochromatic Colors of #B5AE8C
Black with #B5AE8C
Text Example
Text Example
White with #B5AE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AE8C; }
p { color: rgb(181,174,140); }
H1.HeaderClassName
{
color: #B5AE8C;
}
.AnyTagClassName
{
color: #B5AE8C;
}
</style>
background-color css
<style>
a { background-color: #B5AE8C; }
a { background-color: rgb(181,174,140); }
div.DivClassName
{
background-color: #B5AE8C;
}
.BgClassName
{
background-color: #B5AE8C;
}
</style>
border-color css
<style>
span { border-color: #B5AE8C; }
span { border-color: rgb(181,174,140); }
td.TdClassName
{
border-color: #B5AE8C;
}
.TagClassName
{
border-color: #B5AE8C;
}
</style>