Shades of Rodeo Dust #BDA58B
Tints of Rodeo Dust #BDA58B
RGB
CMYK
RGB Variations
Color information
#BDA58B (or 0xBDA58B) is known color: Rodeo Dust. HEX triplet: BD, A5 and 8B. RGB value is (189,165,139). Sum of RGB (Red+Green+Blue) = 189+165+139=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA58B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA58B is #425A74. Grayscale: #A9A9A9. Windows color (decimal): -4348533 or 9151933. OLE color: 9151933.
HSL color Cylindrical-coordinate representation of color #BDA58B: hue angle of 31.2º 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 #BDA58B is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 165 | 139 | - |
CMYK | 0 | 0.13 | 0.26 | 0.26 |
HSL | 31.2º | 0.27% | 0.64% | - |
HSV(B) | 31.2º | 0.26% | 0.74% | - |
XYZ | 39.1 | 39.59 | 30.01 | - |
YUV | 169.21 | 110.95 | 142.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 165 | 139 | 0 | 0.13 | 0.26 | 0.26 | 31.2 | 0.27 | 0.64 |
Hex | BD | A5 | 8B | 0 | D | 1A | 1A | 1F | 1B | 40 |
Octal | 275 | 245 | 213 | 0 | 15 | 32 | 32 | 37 | 33 | 100 |
Binary | 10111101 | 10100101 | 10001011 | 0 | 1101 | 11010 | 11010 | 11111 | 11011 | 1000000 |
Color Harmonies of #BDA58B
Complementary color
Monochromatic Colors of #BDA58B
Black with #BDA58B
Text Example
Text Example
White with #BDA58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA58B; }
p { color: rgb(189,165,139); }
H1.HeaderClassName
{
color: #BDA58B;
}
.AnyTagClassName
{
color: #BDA58B;
}
</style>
background-color css
<style>
a { background-color: #BDA58B; }
a { background-color: rgb(189,165,139); }
div.DivClassName
{
background-color: #BDA58B;
}
.BgClassName
{
background-color: #BDA58B;
}
</style>
border-color css
<style>
span { border-color: #BDA58B; }
span { border-color: rgb(189,165,139); }
td.TdClassName
{
border-color: #BDA58B;
}
.TagClassName
{
border-color: #BDA58B;
}
</style>