#B9A38B

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

Shades of Rodeo Dust #B9A38B

Tints of Rodeo Dust #B9A38B

Color information

#B9A38B (or 0xB9A38B) is unknown color: approx Rodeo Dust. HEX triplet: B9, A3 and 8B. RGB value is (185,163,139). Sum of RGB (Red+Green+Blue) = 185+163+139=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A38B is #465C74. Grayscale: #A6A6A6. Windows color (decimal): -4611189 or 9151417. OLE color: 9151417.

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

Color convert

RGB185163139-
CMYK00.120.250.27
HSL31.3º24.73%63.53%-
HSV(B)31.3º24.86%72.55%-
XYZ37.7638.3729.84-
YUV166.84112.29140.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.99%
GREEN value IS 163 (64.06% from 255) = 33.47%
BLUE value IS 139 (54.69% from 255) = 28.54%
R=37.99%
G=33.47%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516313900.120.250.2731.324.7363.53
HexB9A38B0C191B1f1940
Octal27124321301431333731100
Binary10111001101000111000101101100110011101111111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A38B; }

 p { color: rgb(185,163,139); }

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

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

 a { background-color: rgb(185,163,139); }

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

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

 span { border-color: rgb(185,163,139); }

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