#B9A490

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

Shades of Rodeo Dust #B9A490

Tints of Rodeo Dust #B9A490

Color information

#B9A490 (or 0xB9A490) is unknown color: approx Rodeo Dust. HEX triplet: B9, A4 and 90. RGB value is (185,164,144). Sum of RGB (Red+Green+Blue) = 185+164+144=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A490 is #465B6F. Grayscale: #A8A8A8. Windows color (decimal): -4610928 or 9479353. OLE color: 9479353.

HSL color Cylindrical-coordinate representation of color #B9A490: hue angle of 29.27º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9A490 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB185164144-
CMYK00.110.220.27
HSL29.27º22.65%64.51%-
HSV(B)29.27º22.16%72.55%-
XYZ38.3238.8831.87-
YUV168114.46140.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.53%
GREEN value IS 164 (64.45% from 255) = 33.27%
BLUE value IS 144 (56.64% from 255) = 29.21%
R=37.53%
G=33.27%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516414400.110.220.2729.2722.6564.51
HexB9A4900B161B1d1741
Octal27124422001326333527101
Binary10111001101001001001000001011101101101111101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A490; }

 p { color: rgb(185,164,144); }

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

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

 a { background-color: rgb(185,164,144); }

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

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

 span { border-color: rgb(185,164,144); }

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