Shades of Rodeo Dust #BCA388
Tints of Rodeo Dust #BCA388
RGB
CMYK
RGB Variations
Color information
#BCA388 (or 0xBCA388) is known color: Rodeo Dust. HEX triplet: BC, A3 and 88. RGB value is (188,163,136). Sum of RGB (Red+Green+Blue) = 188+163+136=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA388 is #435C77. Grayscale: #A7A7A7. Windows color (decimal): -4414584 or 8954812. OLE color: 8954812.
HSL color Cylindrical-coordinate representation of color #BCA388: hue angle of 31.15º 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 #BCA388 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 136 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.26 |
| HSL | 31.15º | 0.28% | 0.64% | - |
| HSV(B) | 31.15º | 0.28% | 0.74% | - |
| XYZ | 38.28 | 38.66 | 28.74 | - |
| YUV | 167.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 136 | 0 | 0.13 | 0.28 | 0.26 | 31.15 | 0.28 | 0.64 |
| Hex | BC | A3 | 88 | 0 | D | 1C | 1A | 1F | 1C | 40 |
| Octal | 274 | 243 | 210 | 0 | 15 | 34 | 32 | 37 | 34 | 100 |
| Binary | 10111100 | 10100011 | 10001000 | 0 | 1101 | 11100 | 11010 | 11111 | 11100 | 1000000 |
Color Harmonies of #BCA388
Complementary color
Monochromatic Colors of #BCA388
Black with #BCA388
Text Example
Text Example
White with #BCA388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA388; }
p { color: rgb(188,163,136); }
H1.HeaderClassName
{
color: #BCA388;
}
.AnyTagClassName
{
color: #BCA388;
}
</style>
background-color css
<style>
a { background-color: #BCA388; }
a { background-color: rgb(188,163,136); }
div.DivClassName
{
background-color: #BCA388;
}
.BgClassName
{
background-color: #BCA388;
}
</style>
border-color css
<style>
span { border-color: #BCA388; }
span { border-color: rgb(188,163,136); }
td.TdClassName
{
border-color: #BCA388;
}
.TagClassName
{
border-color: #BCA388;
}
</style>