Shades of Chino #BDAF8D
Tints of Chino #BDAF8D
RGB
CMYK
RGB Variations
Color information
#BDAF8D (or 0xBDAF8D) is known color: Chino. HEX triplet: BD, AF and 8D. RGB value is (189,175,141). Sum of RGB (Red+Green+Blue) = 189+175+141=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF8D is #425072. Grayscale: #AFAFAF. Windows color (decimal): -4345971 or 9285565. OLE color: 9285565.
HSL color Cylindrical-coordinate representation of color #BDAF8D: hue angle of 42.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDAF8D is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 141 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.26 |
| HSL | 42.5º | 0.27% | 0.65% | - |
| HSV(B) | 42.5º | 0.25% | 0.74% | - |
| XYZ | 41.12 | 43.4 | 31.41 | - |
| YUV | 175.31 | 108.64 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 141 | 0 | 0.07 | 0.25 | 0.26 | 42.5 | 0.27 | 0.65 |
| Hex | BD | AF | 8D | 0 | 7 | 19 | 1A | 2A | 1B | 41 |
| Octal | 275 | 257 | 215 | 0 | 7 | 31 | 32 | 52 | 33 | 101 |
| Binary | 10111101 | 10101111 | 10001101 | 0 | 111 | 11001 | 11010 | 101010 | 11011 | 1000001 |
Color Harmonies of #BDAF8D
Complementary color
Monochromatic Colors of #BDAF8D
Black with #BDAF8D
Text Example
Text Example
White with #BDAF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF8D; }
p { color: rgb(189,175,141); }
H1.HeaderClassName
{
color: #BDAF8D;
}
.AnyTagClassName
{
color: #BDAF8D;
}
</style>
background-color css
<style>
a { background-color: #BDAF8D; }
a { background-color: rgb(189,175,141); }
div.DivClassName
{
background-color: #BDAF8D;
}
.BgClassName
{
background-color: #BDAF8D;
}
</style>
border-color css
<style>
span { border-color: #BDAF8D; }
span { border-color: rgb(189,175,141); }
td.TdClassName
{
border-color: #BDAF8D;
}
.TagClassName
{
border-color: #BDAF8D;
}
</style>