Shades of Rodeo Dust #BCA283
Tints of Rodeo Dust #BCA283
RGB
CMYK
RGB Variations
Color information
#BCA283 (or 0xBCA283) is known color: Rodeo Dust. HEX triplet: BC, A2 and 83. RGB value is (188,162,131). Sum of RGB (Red+Green+Blue) = 188+162+131=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA283 is #435D7C. Grayscale: #A6A6A6. Windows color (decimal): -4414845 or 8626876. OLE color: 8626876.
HSL color Cylindrical-coordinate representation of color #BCA283: hue angle of 32.63º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCA283 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 131 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.26 |
| HSL | 32.63º | 0.3% | 0.63% | - |
| HSV(B) | 32.63º | 0.3% | 0.74% | - |
| XYZ | 37.76 | 38.17 | 26.85 | - |
| YUV | 166.24 | 108.11 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 131 | 0 | 0.14 | 0.30 | 0.26 | 32.63 | 0.3 | 0.63 |
| Hex | BC | A2 | 83 | 0 | E | 1E | 1A | 21 | 1E | 3F |
| Octal | 274 | 242 | 203 | 0 | 16 | 36 | 32 | 41 | 36 | 77 |
| Binary | 10111100 | 10100010 | 10000011 | 0 | 1110 | 11110 | 11010 | 100001 | 11110 | 111111 |
Color Harmonies of #BCA283
Complementary color
Monochromatic Colors of #BCA283
Black with #BCA283
Text Example
Text Example
White with #BCA283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA283; }
p { color: rgb(188,162,131); }
H1.HeaderClassName
{
color: #BCA283;
}
.AnyTagClassName
{
color: #BCA283;
}
</style>
background-color css
<style>
a { background-color: #BCA283; }
a { background-color: rgb(188,162,131); }
div.DivClassName
{
background-color: #BCA283;
}
.BgClassName
{
background-color: #BCA283;
}
</style>
border-color css
<style>
span { border-color: #BCA283; }
span { border-color: rgb(188,162,131); }
td.TdClassName
{
border-color: #BCA283;
}
.TagClassName
{
border-color: #BCA283;
}
</style>