Shades of Chino #BDAF8B
Tints of Chino #BDAF8B
RGB
CMYK
RGB Variations
Color information
#BDAF8B (or 0xBDAF8B) is known color: Chino. HEX triplet: BD, AF and 8B. RGB value is (189,175,139). Sum of RGB (Red+Green+Blue) = 189+175+139=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF8B is #425074. Grayscale: #AFAFAF. Windows color (decimal): -4345973 or 9154493. OLE color: 9154493.
HSL color Cylindrical-coordinate representation of color #BDAF8B: hue angle of 43.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDAF8B is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 139 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.26 |
| HSL | 43.2º | 0.27% | 0.64% | - |
| HSV(B) | 43.2º | 0.26% | 0.74% | - |
| XYZ | 40.98 | 43.34 | 30.63 | - |
| YUV | 175.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 139 | 0 | 0.07 | 0.26 | 0.26 | 43.2 | 0.27 | 0.64 |
| Hex | BD | AF | 8B | 0 | 7 | 1A | 1A | 2B | 1B | 40 |
| Octal | 275 | 257 | 213 | 0 | 7 | 32 | 32 | 53 | 33 | 100 |
| Binary | 10111101 | 10101111 | 10001011 | 0 | 111 | 11010 | 11010 | 101011 | 11011 | 1000000 |
Color Harmonies of #BDAF8B
Complementary color
Monochromatic Colors of #BDAF8B
Black with #BDAF8B
Text Example
Text Example
White with #BDAF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF8B; }
p { color: rgb(189,175,139); }
H1.HeaderClassName
{
color: #BDAF8B;
}
.AnyTagClassName
{
color: #BDAF8B;
}
</style>
background-color css
<style>
a { background-color: #BDAF8B; }
a { background-color: rgb(189,175,139); }
div.DivClassName
{
background-color: #BDAF8B;
}
.BgClassName
{
background-color: #BDAF8B;
}
</style>
border-color css
<style>
span { border-color: #BDAF8B; }
span { border-color: rgb(189,175,139); }
td.TdClassName
{
border-color: #BDAF8B;
}
.TagClassName
{
border-color: #BDAF8B;
}
</style>