#B9A18A

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

Shades of Rodeo Dust #B9A18A

Tints of Rodeo Dust #B9A18A

Color information

#B9A18A (or 0xB9A18A) is unknown color: approx Rodeo Dust. HEX triplet: B9, A1 and 8A. RGB value is (185,161,138). Sum of RGB (Red+Green+Blue) = 185+161+138=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A18A is #465E75. Grayscale: #A5A5A5. Windows color (decimal): -4611702 or 9085369. OLE color: 9085369.

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

Color convert

RGB185161138-
CMYK00.130.250.27
HSL29.36º25.13%63.33%-
HSV(B)29.36º25.41%72.55%-
XYZ37.3437.6429.34-
YUV165.55112.45141.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.22%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 138 (54.30% from 255) = 28.51%
R=38.22%
G=33.26%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516113800.130.250.2729.3625.1363.33
HexB9A18A0D191B1d193f
Octal2712412120153133353177
Binary1011100110100001100010100110111001110111110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A18A; }

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

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

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

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

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

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

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

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