Shades of Chino #BDB28C
Tints of Chino #BDB28C
RGB
CMYK
RGB Variations
Color information
#BDB28C (or 0xBDB28C) is known color: Chino. HEX triplet: BD, B2 and 8C. RGB value is (189,178,140). Sum of RGB (Red+Green+Blue) = 189+178+140=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB28C is #424D73. Grayscale: #B1B1B1. Windows color (decimal): -4345204 or 9220797. OLE color: 9220797.
HSL color Cylindrical-coordinate representation of color #BDB28C: hue angle of 46.53º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDB28C is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 140 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.26 |
| HSL | 46.53º | 0.27% | 0.65% | - |
| HSV(B) | 46.53º | 0.26% | 0.74% | - |
| XYZ | 41.64 | 44.55 | 31.22 | - |
| YUV | 176.96 | 107.14 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 140 | 0 | 0.06 | 0.26 | 0.26 | 46.53 | 0.27 | 0.65 |
| Hex | BD | B2 | 8C | 0 | 6 | 1A | 1A | 2F | 1B | 41 |
| Octal | 275 | 262 | 214 | 0 | 6 | 32 | 32 | 57 | 33 | 101 |
| Binary | 10111101 | 10110010 | 10001100 | 0 | 110 | 11010 | 11010 | 101111 | 11011 | 1000001 |
Color Harmonies of #BDB28C
Complementary color
Monochromatic Colors of #BDB28C
Black with #BDB28C
Text Example
Text Example
White with #BDB28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB28C; }
p { color: rgb(189,178,140); }
H1.HeaderClassName
{
color: #BDB28C;
}
.AnyTagClassName
{
color: #BDB28C;
}
</style>
background-color css
<style>
a { background-color: #BDB28C; }
a { background-color: rgb(189,178,140); }
div.DivClassName
{
background-color: #BDB28C;
}
.BgClassName
{
background-color: #BDB28C;
}
</style>
border-color css
<style>
span { border-color: #BDB28C; }
span { border-color: rgb(189,178,140); }
td.TdClassName
{
border-color: #BDB28C;
}
.TagClassName
{
border-color: #BDB28C;
}
</style>