#B9A590

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

Shades of Rodeo Dust #B9A590

Tints of Rodeo Dust #B9A590

Color information

#B9A590 (or 0xB9A590) is unknown color: approx Rodeo Dust. HEX triplet: B9, A5 and 90. RGB value is (185,165,144). Sum of RGB (Red+Green+Blue) = 185+165+144=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A590 is #465A6F. Grayscale: #A8A8A8. Windows color (decimal): -4610672 or 9479609. OLE color: 9479609.

HSL color Cylindrical-coordinate representation of color #B9A590: hue angle of 30.73º 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 #B9A590 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB185165144-
CMYK00.110.220.27
HSL30.73º22.65%64.51%-
HSV(B)30.73º22.16%72.55%-
XYZ38.539.2431.93-
YUV168.59114.13139.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 165 (64.84% from 255) = 33.40%
BLUE value IS 144 (56.64% from 255) = 29.15%
R=37.45%
G=33.40%
B=29.15%

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
Decimal18516514400.110.220.2730.7322.6564.51
HexB9A5900B161B1f1741
Octal27124522001326333727101
Binary10111001101001011001000001011101101101111111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A590; }

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

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

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

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

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

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

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

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