Shades of Rodeo Dust #BCA488
Tints of Rodeo Dust #BCA488
RGB
CMYK
RGB Variations
Color information
#BCA488 (or 0xBCA488) is known color: Rodeo Dust. HEX triplet: BC, A4 and 88. RGB value is (188,164,136). Sum of RGB (Red+Green+Blue) = 188+164+136=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA488 is #435B77. Grayscale: #A8A8A8. Windows color (decimal): -4414328 or 8955068. OLE color: 8955068.
HSL color Cylindrical-coordinate representation of color #BCA488: hue angle of 32.31º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCA488 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 164 | 136 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.26 |
| HSL | 32.31º | 0.28% | 0.64% | - |
| HSV(B) | 32.31º | 0.28% | 0.74% | - |
| XYZ | 38.46 | 39.02 | 28.8 | - |
| YUV | 167.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 164 | 136 | 0 | 0.13 | 0.28 | 0.26 | 32.31 | 0.28 | 0.64 |
| Hex | BC | A4 | 88 | 0 | D | 1C | 1A | 20 | 1C | 40 |
| Octal | 274 | 244 | 210 | 0 | 15 | 34 | 32 | 40 | 34 | 100 |
| Binary | 10111100 | 10100100 | 10001000 | 0 | 1101 | 11100 | 11010 | 100000 | 11100 | 1000000 |
Color Harmonies of #BCA488
Complementary color
Monochromatic Colors of #BCA488
Black with #BCA488
Text Example
Text Example
White with #BCA488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA488; }
p { color: rgb(188,164,136); }
H1.HeaderClassName
{
color: #BCA488;
}
.AnyTagClassName
{
color: #BCA488;
}
</style>
background-color css
<style>
a { background-color: #BCA488; }
a { background-color: rgb(188,164,136); }
div.DivClassName
{
background-color: #BCA488;
}
.BgClassName
{
background-color: #BCA488;
}
</style>
border-color css
<style>
span { border-color: #BCA488; }
span { border-color: rgb(188,164,136); }
td.TdClassName
{
border-color: #BCA488;
}
.TagClassName
{
border-color: #BCA488;
}
</style>