Shades of Chino #BDB18D
Tints of Chino #BDB18D
RGB
CMYK
RGB Variations
Color information
#BDB18D (or 0xBDB18D) is known color: Chino. HEX triplet: BD, B1 and 8D. RGB value is (189,177,141). Sum of RGB (Red+Green+Blue) = 189+177+141=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB18D is #424E72. Grayscale: #B0B0B0. Windows color (decimal): -4345459 or 9286077. OLE color: 9286077.
HSL color Cylindrical-coordinate representation of color #BDB18D: hue angle of 45º degrees, saturation: 0.27, 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 #BDB18D is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 141 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.26 |
| HSL | 45º | 0.27% | 0.65% | - |
| HSV(B) | 45º | 0.25% | 0.74% | - |
| XYZ | 41.52 | 44.19 | 31.54 | - |
| YUV | 176.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 141 | 0 | 0.06 | 0.25 | 0.26 | 45 | 0.27 | 0.65 |
| Hex | BD | B1 | 8D | 0 | 6 | 19 | 1A | 2D | 1B | 41 |
| Octal | 275 | 261 | 215 | 0 | 6 | 31 | 32 | 55 | 33 | 101 |
| Binary | 10111101 | 10110001 | 10001101 | 0 | 110 | 11001 | 11010 | 101101 | 11011 | 1000001 |
Color Harmonies of #BDB18D
Complementary color
Monochromatic Colors of #BDB18D
Black with #BDB18D
Text Example
Text Example
White with #BDB18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB18D; }
p { color: rgb(189,177,141); }
H1.HeaderClassName
{
color: #BDB18D;
}
.AnyTagClassName
{
color: #BDB18D;
}
</style>
background-color css
<style>
a { background-color: #BDB18D; }
a { background-color: rgb(189,177,141); }
div.DivClassName
{
background-color: #BDB18D;
}
.BgClassName
{
background-color: #BDB18D;
}
</style>
border-color css
<style>
span { border-color: #BDB18D; }
span { border-color: rgb(189,177,141); }
td.TdClassName
{
border-color: #BDB18D;
}
.TagClassName
{
border-color: #BDB18D;
}
</style>