Shades of Chino #BDB18E
Tints of Chino #BDB18E
RGB
CMYK
RGB Variations
Color information
#BDB18E (or 0xBDB18E) is known color: Chino. HEX triplet: BD, B1 and 8E. RGB value is (189,177,142). Sum of RGB (Red+Green+Blue) = 189+177+142=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB18E is #424E71. Grayscale: #B0B0B0. Windows color (decimal): -4345458 or 9351613. OLE color: 9351613.
HSL color Cylindrical-coordinate representation of color #BDB18E: hue angle of 44.68º 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 #BDB18E is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 142 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.26 |
| HSL | 44.68º | 0.26% | 0.65% | - |
| HSV(B) | 44.68º | 0.25% | 0.74% | - |
| XYZ | 41.59 | 44.22 | 31.93 | - |
| YUV | 176.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 142 | 0 | 0.06 | 0.25 | 0.26 | 44.68 | 0.26 | 0.65 |
| Hex | BD | B1 | 8E | 0 | 6 | 19 | 1A | 2D | 1A | 41 |
| Octal | 275 | 261 | 216 | 0 | 6 | 31 | 32 | 55 | 32 | 101 |
| Binary | 10111101 | 10110001 | 10001110 | 0 | 110 | 11001 | 11010 | 101101 | 11010 | 1000001 |
Color Harmonies of #BDB18E
Complementary color
Monochromatic Colors of #BDB18E
Black with #BDB18E
Text Example
Text Example
White with #BDB18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB18E; }
p { color: rgb(189,177,142); }
H1.HeaderClassName
{
color: #BDB18E;
}
.AnyTagClassName
{
color: #BDB18E;
}
</style>
background-color css
<style>
a { background-color: #BDB18E; }
a { background-color: rgb(189,177,142); }
div.DivClassName
{
background-color: #BDB18E;
}
.BgClassName
{
background-color: #BDB18E;
}
</style>
border-color css
<style>
span { border-color: #BDB18E; }
span { border-color: rgb(189,177,142); }
td.TdClassName
{
border-color: #BDB18E;
}
.TagClassName
{
border-color: #BDB18E;
}
</style>