Shades of Chino #BDB08E
Tints of Chino #BDB08E
RGB
CMYK
RGB Variations
Color information
#BDB08E (or 0xBDB08E) is known color: Chino. HEX triplet: BD, B0 and 8E. RGB value is (189,176,142). Sum of RGB (Red+Green+Blue) = 189+176+142=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB08E is #424F71. Grayscale: #B0B0B0. Windows color (decimal): -4345714 or 9351357. OLE color: 9351357.
HSL color Cylindrical-coordinate representation of color #BDB08E: hue angle of 43.4º degrees, saturation: 0.26, 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 #BDB08E is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 142 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.26 |
| HSL | 43.4º | 0.26% | 0.65% | - |
| HSV(B) | 43.4º | 0.25% | 0.74% | - |
| XYZ | 41.39 | 43.82 | 31.87 | - |
| YUV | 176.01 | 108.81 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 142 | 0 | 0.07 | 0.25 | 0.26 | 43.4 | 0.26 | 0.65 |
| Hex | BD | B0 | 8E | 0 | 7 | 19 | 1A | 2B | 1A | 41 |
| Octal | 275 | 260 | 216 | 0 | 7 | 31 | 32 | 53 | 32 | 101 |
| Binary | 10111101 | 10110000 | 10001110 | 0 | 111 | 11001 | 11010 | 101011 | 11010 | 1000001 |
Color Harmonies of #BDB08E
Complementary color
Monochromatic Colors of #BDB08E
Black with #BDB08E
Text Example
Text Example
White with #BDB08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB08E; }
p { color: rgb(189,176,142); }
H1.HeaderClassName
{
color: #BDB08E;
}
.AnyTagClassName
{
color: #BDB08E;
}
</style>
background-color css
<style>
a { background-color: #BDB08E; }
a { background-color: rgb(189,176,142); }
div.DivClassName
{
background-color: #BDB08E;
}
.BgClassName
{
background-color: #BDB08E;
}
</style>
border-color css
<style>
span { border-color: #BDB08E; }
span { border-color: rgb(189,176,142); }
td.TdClassName
{
border-color: #BDB08E;
}
.TagClassName
{
border-color: #BDB08E;
}
</style>