Shades of Rodeo Dust #BCA28C
Tints of Rodeo Dust #BCA28C
RGB
CMYK
RGB Variations
Color information
#BCA28C (or 0xBCA28C) is known color: Rodeo Dust. HEX triplet: BC, A2 and 8C. RGB value is (188,162,140). Sum of RGB (Red+Green+Blue) = 188+162+140=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA28C is #435D73. Grayscale: #A7A7A7. Windows color (decimal): -4414836 or 9216700. OLE color: 9216700.
HSL color Cylindrical-coordinate representation of color #BCA28C: hue angle of 27.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCA28C is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 140 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.26 |
| HSL | 27.5º | 0.26% | 0.64% | - |
| HSV(B) | 27.5º | 0.26% | 0.74% | - |
| XYZ | 38.39 | 38.43 | 30.2 | - |
| YUV | 167.27 | 112.61 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 140 | 0 | 0.14 | 0.26 | 0.26 | 27.5 | 0.26 | 0.64 |
| Hex | BC | A2 | 8C | 0 | E | 1A | 1A | 1C | 1A | 40 |
| Octal | 274 | 242 | 214 | 0 | 16 | 32 | 32 | 34 | 32 | 100 |
| Binary | 10111100 | 10100010 | 10001100 | 0 | 1110 | 11010 | 11010 | 11100 | 11010 | 1000000 |
Color Harmonies of #BCA28C
Complementary color
Monochromatic Colors of #BCA28C
Black with #BCA28C
Text Example
Text Example
White with #BCA28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA28C; }
p { color: rgb(188,162,140); }
H1.HeaderClassName
{
color: #BCA28C;
}
.AnyTagClassName
{
color: #BCA28C;
}
</style>
background-color css
<style>
a { background-color: #BCA28C; }
a { background-color: rgb(188,162,140); }
div.DivClassName
{
background-color: #BCA28C;
}
.BgClassName
{
background-color: #BCA28C;
}
</style>
border-color css
<style>
span { border-color: #BCA28C; }
span { border-color: rgb(188,162,140); }
td.TdClassName
{
border-color: #BCA28C;
}
.TagClassName
{
border-color: #BCA28C;
}
</style>