Shades of Chino #BDB18A
Tints of Chino #BDB18A
RGB
CMYK
RGB Variations
Color information
#BDB18A (or 0xBDB18A) is known color: Chino. HEX triplet: BD, B1 and 8A. RGB value is (189,177,138). Sum of RGB (Red+Green+Blue) = 189+177+138=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB18A is #424E75. Grayscale: #B0B0B0. Windows color (decimal): -4345462 or 9089469. OLE color: 9089469.
HSL color Cylindrical-coordinate representation of color #BDB18A: hue angle of 45.88º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDB18A is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 138 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.26 |
| HSL | 45.88º | 0.28% | 0.64% | - |
| HSV(B) | 45.88º | 0.27% | 0.74% | - |
| XYZ | 41.3 | 44.1 | 30.38 | - |
| YUV | 176.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 138 | 0 | 0.06 | 0.27 | 0.26 | 45.88 | 0.28 | 0.64 |
| Hex | BD | B1 | 8A | 0 | 6 | 1B | 1A | 2E | 1C | 40 |
| Octal | 275 | 261 | 212 | 0 | 6 | 33 | 32 | 56 | 34 | 100 |
| Binary | 10111101 | 10110001 | 10001010 | 0 | 110 | 11011 | 11010 | 101110 | 11100 | 1000000 |
Color Harmonies of #BDB18A
Complementary color
Monochromatic Colors of #BDB18A
Black with #BDB18A
Text Example
Text Example
White with #BDB18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB18A; }
p { color: rgb(189,177,138); }
H1.HeaderClassName
{
color: #BDB18A;
}
.AnyTagClassName
{
color: #BDB18A;
}
</style>
background-color css
<style>
a { background-color: #BDB18A; }
a { background-color: rgb(189,177,138); }
div.DivClassName
{
background-color: #BDB18A;
}
.BgClassName
{
background-color: #BDB18A;
}
</style>
border-color css
<style>
span { border-color: #BDB18A; }
span { border-color: rgb(189,177,138); }
td.TdClassName
{
border-color: #BDB18A;
}
.TagClassName
{
border-color: #BDB18A;
}
</style>