Shades of Chino #BDB189
Tints of Chino #BDB189
RGB
CMYK
RGB Variations
Color information
#BDB189 (or 0xBDB189) is known color: Chino. HEX triplet: BD, B1 and 89. RGB value is (189,177,137). Sum of RGB (Red+Green+Blue) = 189+177+137=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB189 is #424E76. Grayscale: #B0B0B0. Windows color (decimal): -4345463 or 9023933. OLE color: 9023933.
HSL color Cylindrical-coordinate representation of color #BDB189: hue angle of 46.15º 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 #BDB189 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 137 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.26 |
| HSL | 46.15º | 0.28% | 0.64% | - |
| HSV(B) | 46.15º | 0.28% | 0.74% | - |
| XYZ | 41.22 | 44.07 | 30 | - |
| YUV | 176.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 137 | 0 | 0.06 | 0.28 | 0.26 | 46.15 | 0.28 | 0.64 |
| Hex | BD | B1 | 89 | 0 | 6 | 1C | 1A | 2E | 1C | 40 |
| Octal | 275 | 261 | 211 | 0 | 6 | 34 | 32 | 56 | 34 | 100 |
| Binary | 10111101 | 10110001 | 10001001 | 0 | 110 | 11100 | 11010 | 101110 | 11100 | 1000000 |
Color Harmonies of #BDB189
Complementary color
Monochromatic Colors of #BDB189
Black with #BDB189
Text Example
Text Example
White with #BDB189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB189; }
p { color: rgb(189,177,137); }
H1.HeaderClassName
{
color: #BDB189;
}
.AnyTagClassName
{
color: #BDB189;
}
</style>
background-color css
<style>
a { background-color: #BDB189; }
a { background-color: rgb(189,177,137); }
div.DivClassName
{
background-color: #BDB189;
}
.BgClassName
{
background-color: #BDB189;
}
</style>
border-color css
<style>
span { border-color: #BDB189; }
span { border-color: rgb(189,177,137); }
td.TdClassName
{
border-color: #BDB189;
}
.TagClassName
{
border-color: #BDB189;
}
</style>