#B9A48E

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

Shades of Rodeo Dust #B9A48E

Tints of Rodeo Dust #B9A48E

Color information

#B9A48E (or 0xB9A48E) is unknown color: approx Rodeo Dust. HEX triplet: B9, A4 and 8E. RGB value is (185,164,142). Sum of RGB (Red+Green+Blue) = 185+164+142=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A48E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A48E is #465B71. Grayscale: #A7A7A7. Windows color (decimal): -4610930 or 9348281. OLE color: 9348281.

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

Color convert

RGB185164142-
CMYK00.110.230.27
HSL30.7º23.5%64.12%-
HSV(B)30.7º23.24%72.55%-
XYZ38.1738.8231.07-
YUV167.77113.46140.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.68%
GREEN value IS 164 (64.45% from 255) = 33.40%
BLUE value IS 142 (55.86% from 255) = 28.92%
R=37.68%
G=33.40%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516414200.110.230.2730.723.564.12
HexB9A48E0B171B1f1740
Octal27124421601327333727100
Binary10111001101001001000111001011101111101111111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A48E; }

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

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

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

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

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

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

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

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