Shades of Rodeo Dust #B8A18A
Tints of Rodeo Dust #B8A18A
RGB
CMYK
RGB Variations
Color information
#B8A18A (or 0xB8A18A) is known color: Rodeo Dust. HEX triplet: B8, A1 and 8A. RGB value is (184,161,138). Sum of RGB (Red+Green+Blue) = 184+161+138=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A18A is #475E75. Grayscale: #A5A5A5. Windows color (decimal): -4677238 or 9085368. OLE color: 9085368.
HSL color Cylindrical-coordinate representation of color #B8A18A: hue angle of 30º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8A18A is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 161 | 138 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.28 |
| HSL | 30º | 0.24% | 0.63% | - |
| HSV(B) | 30º | 0.25% | 0.72% | - |
| XYZ | 37.1 | 37.52 | 29.33 | - |
| YUV | 165.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 161 | 138 | 0 | 0.12 | 0.25 | 0.28 | 30 | 0.24 | 0.63 |
| Hex | B8 | A1 | 8A | 0 | C | 19 | 1C | 1E | 18 | 3F |
| Octal | 270 | 241 | 212 | 0 | 14 | 31 | 34 | 36 | 30 | 77 |
| Binary | 10111000 | 10100001 | 10001010 | 0 | 1100 | 11001 | 11100 | 11110 | 11000 | 111111 |
Color Harmonies of #B8A18A
Complementary color
Monochromatic Colors of #B8A18A
Black with #B8A18A
Text Example
Text Example
White with #B8A18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A18A; }
p { color: rgb(184,161,138); }
H1.HeaderClassName
{
color: #B8A18A;
}
.AnyTagClassName
{
color: #B8A18A;
}
</style>
background-color css
<style>
a { background-color: #B8A18A; }
a { background-color: rgb(184,161,138); }
div.DivClassName
{
background-color: #B8A18A;
}
.BgClassName
{
background-color: #B8A18A;
}
</style>
border-color css
<style>
span { border-color: #B8A18A; }
span { border-color: rgb(184,161,138); }
td.TdClassName
{
border-color: #B8A18A;
}
.TagClassName
{
border-color: #B8A18A;
}
</style>