Shades of Chino #BDB190
Tints of Chino #BDB190
RGB
CMYK
RGB Variations
Color information
#BDB190 (or 0xBDB190) is known color: Chino. HEX triplet: BD, B1 and 90. RGB value is (189,177,144). Sum of RGB (Red+Green+Blue) = 189+177+144=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB190 is #424E6F. Grayscale: #B0B0B0. Windows color (decimal): -4345456 or 9482685. OLE color: 9482685.
HSL color Cylindrical-coordinate representation of color #BDB190: hue angle of 44º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDB190 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 144 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.26 |
| HSL | 44º | 0.25% | 0.65% | - |
| HSV(B) | 44º | 0.24% | 0.74% | - |
| XYZ | 41.74 | 44.28 | 32.73 | - |
| YUV | 176.83 | 109.48 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 144 | 0 | 0.06 | 0.24 | 0.26 | 44 | 0.25 | 0.65 |
| Hex | BD | B1 | 90 | 0 | 6 | 18 | 1A | 2C | 19 | 41 |
| Octal | 275 | 261 | 220 | 0 | 6 | 30 | 32 | 54 | 31 | 101 |
| Binary | 10111101 | 10110001 | 10010000 | 0 | 110 | 11000 | 11010 | 101100 | 11001 | 1000001 |
Color Harmonies of #BDB190
Complementary color
Monochromatic Colors of #BDB190
Black with #BDB190
Text Example
Text Example
White with #BDB190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB190; }
p { color: rgb(189,177,144); }
H1.HeaderClassName
{
color: #BDB190;
}
.AnyTagClassName
{
color: #BDB190;
}
</style>
background-color css
<style>
a { background-color: #BDB190; }
a { background-color: rgb(189,177,144); }
div.DivClassName
{
background-color: #BDB190;
}
.BgClassName
{
background-color: #BDB190;
}
</style>
border-color css
<style>
span { border-color: #BDB190; }
span { border-color: rgb(189,177,144); }
td.TdClassName
{
border-color: #BDB190;
}
.TagClassName
{
border-color: #BDB190;
}
</style>