Shades of Rodeo Dust #BCA188
Tints of Rodeo Dust #BCA188
RGB
CMYK
RGB Variations
Color information
#BCA188 (or 0xBCA188) is known color: Rodeo Dust. HEX triplet: BC, A1 and 88. RGB value is (188,161,136). Sum of RGB (Red+Green+Blue) = 188+161+136=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA188 is #435E77. Grayscale: #A6A6A6. Windows color (decimal): -4415096 or 8954300. OLE color: 8954300.
HSL color Cylindrical-coordinate representation of color #BCA188: hue angle of 28.85º 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 #BCA188 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 136 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.26 |
| HSL | 28.85º | 0.28% | 0.64% | - |
| HSV(B) | 28.85º | 0.28% | 0.74% | - |
| XYZ | 37.93 | 37.96 | 28.62 | - |
| YUV | 166.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 136 | 0 | 0.14 | 0.28 | 0.26 | 28.85 | 0.28 | 0.64 |
| Hex | BC | A1 | 88 | 0 | E | 1C | 1A | 1D | 1C | 40 |
| Octal | 274 | 241 | 210 | 0 | 16 | 34 | 32 | 35 | 34 | 100 |
| Binary | 10111100 | 10100001 | 10001000 | 0 | 1110 | 11100 | 11010 | 11101 | 11100 | 1000000 |
Color Harmonies of #BCA188
Complementary color
Monochromatic Colors of #BCA188
Black with #BCA188
Text Example
Text Example
White with #BCA188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA188; }
p { color: rgb(188,161,136); }
H1.HeaderClassName
{
color: #BCA188;
}
.AnyTagClassName
{
color: #BCA188;
}
</style>
background-color css
<style>
a { background-color: #BCA188; }
a { background-color: rgb(188,161,136); }
div.DivClassName
{
background-color: #BCA188;
}
.BgClassName
{
background-color: #BCA188;
}
</style>
border-color css
<style>
span { border-color: #BCA188; }
span { border-color: rgb(188,161,136); }
td.TdClassName
{
border-color: #BCA188;
}
.TagClassName
{
border-color: #BCA188;
}
</style>