Shades of Chino #BDB28B
Tints of Chino #BDB28B
RGB
CMYK
RGB Variations
Color information
#BDB28B (or 0xBDB28B) is known color: Chino. HEX triplet: BD, B2 and 8B. RGB value is (189,178,139). Sum of RGB (Red+Green+Blue) = 189+178+139=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB28B is #424D74. Grayscale: #B1B1B1. Windows color (decimal): -4345205 or 9155261. OLE color: 9155261.
HSL color Cylindrical-coordinate representation of color #BDB28B: hue angle of 46.8º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDB28B is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 139 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.26 |
| HSL | 46.8º | 0.27% | 0.64% | - |
| HSV(B) | 46.8º | 0.26% | 0.74% | - |
| XYZ | 41.57 | 44.52 | 30.83 | - |
| YUV | 176.84 | 106.64 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 139 | 0 | 0.06 | 0.26 | 0.26 | 46.8 | 0.27 | 0.64 |
| Hex | BD | B2 | 8B | 0 | 6 | 1A | 1A | 2F | 1B | 40 |
| Octal | 275 | 262 | 213 | 0 | 6 | 32 | 32 | 57 | 33 | 100 |
| Binary | 10111101 | 10110010 | 10001011 | 0 | 110 | 11010 | 11010 | 101111 | 11011 | 1000000 |
Color Harmonies of #BDB28B
Complementary color
Monochromatic Colors of #BDB28B
Black with #BDB28B
Text Example
Text Example
White with #BDB28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB28B; }
p { color: rgb(189,178,139); }
H1.HeaderClassName
{
color: #BDB28B;
}
.AnyTagClassName
{
color: #BDB28B;
}
</style>
background-color css
<style>
a { background-color: #BDB28B; }
a { background-color: rgb(189,178,139); }
div.DivClassName
{
background-color: #BDB28B;
}
.BgClassName
{
background-color: #BDB28B;
}
</style>
border-color css
<style>
span { border-color: #BDB28B; }
span { border-color: rgb(189,178,139); }
td.TdClassName
{
border-color: #BDB28B;
}
.TagClassName
{
border-color: #BDB28B;
}
</style>