#B9A187

Color #B9A187 Rodeo Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rodeo Dust #B9A187

Tints of Rodeo Dust #B9A187

Color information

#B9A187 (or 0xB9A187) is unknown color: approx Rodeo Dust. HEX triplet: B9, A1 and 87. RGB value is (185,161,135). Sum of RGB (Red+Green+Blue) = 185+161+135=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A187 is #465E78. Grayscale: #A5A5A5. Windows color (decimal): -4611705 or 8888761. OLE color: 8888761.

HSL color Cylindrical-coordinate representation of color #B9A187: hue angle of 31.2º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9A187 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB185161135-
CMYK00.130.270.27
HSL31.2º26.32%62.75%-
HSV(B)31.2º27.03%72.55%-
XYZ37.1337.5528.21-
YUV165.21110.95142.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 38.46%
GREEN value IS 161 (63.28% from 255) = 33.47%
BLUE value IS 135 (53.12% from 255) = 28.07%
R=38.46%
G=33.47%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516113500.130.270.2731.226.3262.75
HexB9A1870D1B1B1f1a3f
Octal2712412070153333373277
Binary1011100110100001100001110110111011110111111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A187; }

 p { color: rgb(185,161,135); }

 H1.HeaderClassName
 {
   color: #B9A187;
 }
 .AnyTagClassName
 {
   color: #B9A187;
 }
</style>
background-color css

<style>
 a { background-color: #B9A187; }

 a { background-color: rgb(185,161,135); }

 div.DivClassName
 {
   background-color: #B9A187;
 }
 .BgClassName
 {
   background-color: #B9A187;
 }
</style>
border-color css

<style>
 span { border-color: #B9A187; }

 span { border-color: rgb(185,161,135); }

 td.TdClassName
 {
   border-color: #B9A187;
 }
 .TagClassName
 {
   border-color: #B9A187;
 }
</style>