Shades of Chino #BDB290
Tints of Chino #BDB290
RGB
CMYK
RGB Variations
Color information
#BDB290 (or 0xBDB290) is known color: Chino. HEX triplet: BD, B2 and 90. RGB value is (189,178,144). Sum of RGB (Red+Green+Blue) = 189+178+144=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB290 is #424D6F. Grayscale: #B1B1B1. Windows color (decimal): -4345200 or 9482941. OLE color: 9482941.
HSL color Cylindrical-coordinate representation of color #BDB290: hue angle of 45.33º 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 #BDB290 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 144 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.26 |
| HSL | 45.33º | 0.25% | 0.65% | - |
| HSV(B) | 45.33º | 0.24% | 0.74% | - |
| XYZ | 41.94 | 44.67 | 32.8 | - |
| YUV | 177.41 | 109.14 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 144 | 0 | 0.06 | 0.24 | 0.26 | 45.33 | 0.25 | 0.65 |
| Hex | BD | B2 | 90 | 0 | 6 | 18 | 1A | 2D | 19 | 41 |
| Octal | 275 | 262 | 220 | 0 | 6 | 30 | 32 | 55 | 31 | 101 |
| Binary | 10111101 | 10110010 | 10010000 | 0 | 110 | 11000 | 11010 | 101101 | 11001 | 1000001 |
Color Harmonies of #BDB290
Complementary color
Monochromatic Colors of #BDB290
Black with #BDB290
Text Example
Text Example
White with #BDB290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB290; }
p { color: rgb(189,178,144); }
H1.HeaderClassName
{
color: #BDB290;
}
.AnyTagClassName
{
color: #BDB290;
}
</style>
background-color css
<style>
a { background-color: #BDB290; }
a { background-color: rgb(189,178,144); }
div.DivClassName
{
background-color: #BDB290;
}
.BgClassName
{
background-color: #BDB290;
}
</style>
border-color css
<style>
span { border-color: #BDB290; }
span { border-color: rgb(189,178,144); }
td.TdClassName
{
border-color: #BDB290;
}
.TagClassName
{
border-color: #BDB290;
}
</style>