Shades of Rodeo Dust #BCA288
Tints of Rodeo Dust #BCA288
RGB
CMYK
RGB Variations
Color information
#BCA288 (or 0xBCA288) is known color: Rodeo Dust. HEX triplet: BC, A2 and 88. RGB value is (188,162,136). Sum of RGB (Red+Green+Blue) = 188+162+136=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA288 is #435D77. Grayscale: #A6A6A6. Windows color (decimal): -4414840 or 8954556. OLE color: 8954556.
HSL color Cylindrical-coordinate representation of color #BCA288: hue angle of 30º 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 #BCA288 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 136 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.26 |
| HSL | 30º | 0.28% | 0.64% | - |
| HSV(B) | 30º | 0.28% | 0.74% | - |
| XYZ | 38.1 | 38.31 | 28.68 | - |
| YUV | 166.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 136 | 0 | 0.14 | 0.28 | 0.26 | 30 | 0.28 | 0.64 |
| Hex | BC | A2 | 88 | 0 | E | 1C | 1A | 1E | 1C | 40 |
| Octal | 274 | 242 | 210 | 0 | 16 | 34 | 32 | 36 | 34 | 100 |
| Binary | 10111100 | 10100010 | 10001000 | 0 | 1110 | 11100 | 11010 | 11110 | 11100 | 1000000 |
Color Harmonies of #BCA288
Complementary color
Monochromatic Colors of #BCA288
Black with #BCA288
Text Example
Text Example
White with #BCA288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA288; }
p { color: rgb(188,162,136); }
H1.HeaderClassName
{
color: #BCA288;
}
.AnyTagClassName
{
color: #BCA288;
}
</style>
background-color css
<style>
a { background-color: #BCA288; }
a { background-color: rgb(188,162,136); }
div.DivClassName
{
background-color: #BCA288;
}
.BgClassName
{
background-color: #BCA288;
}
</style>
border-color css
<style>
span { border-color: #BCA288; }
span { border-color: rgb(188,162,136); }
td.TdClassName
{
border-color: #BCA288;
}
.TagClassName
{
border-color: #BCA288;
}
</style>