Shades of Del Rio #BD9C8B
Tints of Del Rio #BD9C8B
RGB
CMYK
RGB Variations
Color information
#BD9C8B (or 0xBD9C8B) is known color: Del Rio. HEX triplet: BD, 9C and 8B. RGB value is (189,156,139). Sum of RGB (Red+Green+Blue) = 189+156+139=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9C8B is #426374. Grayscale: #A4A4A4. Windows color (decimal): -4350837 or 9149629. OLE color: 9149629.
HSL color Cylindrical-coordinate representation of color #BD9C8B: hue angle of 20.4º 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 #BD9C8B is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 156 | 139 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.26 |
| HSL | 20.4º | 0.27% | 0.64% | - |
| HSV(B) | 20.4º | 0.26% | 0.74% | - |
| XYZ | 37.53 | 36.46 | 29.49 | - |
| YUV | 163.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 139 | 0 | 0.17 | 0.26 | 0.26 | 20.4 | 0.27 | 0.64 |
| Hex | BD | 9C | 8B | 0 | 11 | 1A | 1A | 14 | 1B | 40 |
| Octal | 275 | 234 | 213 | 0 | 21 | 32 | 32 | 24 | 33 | 100 |
| Binary | 10111101 | 10011100 | 10001011 | 0 | 10001 | 11010 | 11010 | 10100 | 11011 | 1000000 |
Color Harmonies of #BD9C8B
Complementary color
Monochromatic Colors of #BD9C8B
Black with #BD9C8B
Text Example
Text Example
White with #BD9C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9C8B; }
p { color: rgb(189,156,139); }
H1.HeaderClassName
{
color: #BD9C8B;
}
.AnyTagClassName
{
color: #BD9C8B;
}
</style>
background-color css
<style>
a { background-color: #BD9C8B; }
a { background-color: rgb(189,156,139); }
div.DivClassName
{
background-color: #BD9C8B;
}
.BgClassName
{
background-color: #BD9C8B;
}
</style>
border-color css
<style>
span { border-color: #BD9C8B; }
span { border-color: rgb(189,156,139); }
td.TdClassName
{
border-color: #BD9C8B;
}
.TagClassName
{
border-color: #BD9C8B;
}
</style>