Shades of Rodeo Dust #BCA28B
Tints of Rodeo Dust #BCA28B
RGB
CMYK
RGB Variations
Color information
#BCA28B (or 0xBCA28B) is known color: Rodeo Dust. HEX triplet: BC, A2 and 8B. RGB value is (188,162,139). Sum of RGB (Red+Green+Blue) = 188+162+139=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA28B is #435D74. Grayscale: #A7A7A7. Windows color (decimal): -4414837 or 9151164. OLE color: 9151164.
HSL color Cylindrical-coordinate representation of color #BCA28B: hue angle of 28.16º degrees, saturation: 0.27, 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 #BCA28B is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 139 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.26 |
| HSL | 28.16º | 0.27% | 0.64% | - |
| HSV(B) | 28.16º | 0.26% | 0.74% | - |
| XYZ | 38.32 | 38.4 | 29.82 | - |
| YUV | 167.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 139 | 0 | 0.14 | 0.26 | 0.26 | 28.16 | 0.27 | 0.64 |
| Hex | BC | A2 | 8B | 0 | E | 1A | 1A | 1C | 1B | 40 |
| Octal | 274 | 242 | 213 | 0 | 16 | 32 | 32 | 34 | 33 | 100 |
| Binary | 10111100 | 10100010 | 10001011 | 0 | 1110 | 11010 | 11010 | 11100 | 11011 | 1000000 |
Color Harmonies of #BCA28B
Complementary color
Monochromatic Colors of #BCA28B
Black with #BCA28B
Text Example
Text Example
White with #BCA28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA28B; }
p { color: rgb(188,162,139); }
H1.HeaderClassName
{
color: #BCA28B;
}
.AnyTagClassName
{
color: #BCA28B;
}
</style>
background-color css
<style>
a { background-color: #BCA28B; }
a { background-color: rgb(188,162,139); }
div.DivClassName
{
background-color: #BCA28B;
}
.BgClassName
{
background-color: #BCA28B;
}
</style>
border-color css
<style>
span { border-color: #BCA28B; }
span { border-color: rgb(188,162,139); }
td.TdClassName
{
border-color: #BCA28B;
}
.TagClassName
{
border-color: #BCA28B;
}
</style>