Shades of Chino #BDB089
Tints of Chino #BDB089
RGB
CMYK
RGB Variations
Color information
#BDB089 (or 0xBDB089) is known color: Chino. HEX triplet: BD, B0 and 89. RGB value is (189,176,137). Sum of RGB (Red+Green+Blue) = 189+176+137=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB089 is #424F76. Grayscale: #AFAFAF. Windows color (decimal): -4345719 or 9023677. OLE color: 9023677.
HSL color Cylindrical-coordinate representation of color #BDB089: hue angle of 45º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDB089 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 137 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.26 |
| HSL | 45º | 0.28% | 0.64% | - |
| HSV(B) | 45º | 0.28% | 0.74% | - |
| XYZ | 41.03 | 43.68 | 29.93 | - |
| YUV | 175.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 137 | 0 | 0.07 | 0.28 | 0.26 | 45 | 0.28 | 0.64 |
| Hex | BD | B0 | 89 | 0 | 7 | 1C | 1A | 2D | 1C | 40 |
| Octal | 275 | 260 | 211 | 0 | 7 | 34 | 32 | 55 | 34 | 100 |
| Binary | 10111101 | 10110000 | 10001001 | 0 | 111 | 11100 | 11010 | 101101 | 11100 | 1000000 |
Color Harmonies of #BDB089
Complementary color
Monochromatic Colors of #BDB089
Black with #BDB089
Text Example
Text Example
White with #BDB089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB089; }
p { color: rgb(189,176,137); }
H1.HeaderClassName
{
color: #BDB089;
}
.AnyTagClassName
{
color: #BDB089;
}
</style>
background-color css
<style>
a { background-color: #BDB089; }
a { background-color: rgb(189,176,137); }
div.DivClassName
{
background-color: #BDB089;
}
.BgClassName
{
background-color: #BDB089;
}
</style>
border-color css
<style>
span { border-color: #BDB089; }
span { border-color: rgb(189,176,137); }
td.TdClassName
{
border-color: #BDB089;
}
.TagClassName
{
border-color: #BDB089;
}
</style>