Shades of Chino #BDB18F
Tints of Chino #BDB18F
RGB
CMYK
RGB Variations
Color information
#BDB18F (or 0xBDB18F) is known color: Chino. HEX triplet: BD, B1 and 8F. RGB value is (189,177,143). Sum of RGB (Red+Green+Blue) = 189+177+143=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB18F is #424E70. Grayscale: #B0B0B0. Windows color (decimal): -4345457 or 9417149. OLE color: 9417149.
HSL color Cylindrical-coordinate representation of color #BDB18F: hue angle of 44.35º degrees, saturation: 0.26, 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 #BDB18F is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 143 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.26 |
| HSL | 44.35º | 0.26% | 0.65% | - |
| HSV(B) | 44.35º | 0.24% | 0.74% | - |
| XYZ | 41.67 | 44.25 | 32.33 | - |
| YUV | 176.71 | 108.98 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 143 | 0 | 0.06 | 0.24 | 0.26 | 44.35 | 0.26 | 0.65 |
| Hex | BD | B1 | 8F | 0 | 6 | 18 | 1A | 2C | 1A | 41 |
| Octal | 275 | 261 | 217 | 0 | 6 | 30 | 32 | 54 | 32 | 101 |
| Binary | 10111101 | 10110001 | 10001111 | 0 | 110 | 11000 | 11010 | 101100 | 11010 | 1000001 |
Color Harmonies of #BDB18F
Complementary color
Monochromatic Colors of #BDB18F
Black with #BDB18F
Text Example
Text Example
White with #BDB18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB18F; }
p { color: rgb(189,177,143); }
H1.HeaderClassName
{
color: #BDB18F;
}
.AnyTagClassName
{
color: #BDB18F;
}
</style>
background-color css
<style>
a { background-color: #BDB18F; }
a { background-color: rgb(189,177,143); }
div.DivClassName
{
background-color: #BDB18F;
}
.BgClassName
{
background-color: #BDB18F;
}
</style>
border-color css
<style>
span { border-color: #BDB18F; }
span { border-color: rgb(189,177,143); }
td.TdClassName
{
border-color: #BDB18F;
}
.TagClassName
{
border-color: #BDB18F;
}
</style>