#B9A38E

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

Shades of Rodeo Dust #B9A38E

Tints of Rodeo Dust #B9A38E

Color information

#B9A38E (or 0xB9A38E) is unknown color: approx Rodeo Dust. HEX triplet: B9, A3 and 8E. RGB value is (185,163,142). Sum of RGB (Red+Green+Blue) = 185+163+142=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A38E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A38E is #465C71. Grayscale: #A7A7A7. Windows color (decimal): -4611186 or 9348025. OLE color: 9348025.

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

Color convert

RGB185163142-
CMYK00.120.230.27
HSL29.3º23.5%64.12%-
HSV(B)29.3º23.24%72.55%-
XYZ37.9938.4631.01-
YUV167.18113.79140.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.76%
GREEN value IS 163 (64.06% from 255) = 33.27%
BLUE value IS 142 (55.86% from 255) = 28.98%
R=37.76%
G=33.27%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516314200.120.230.2729.323.564.12
HexB9A38E0C171B1d1740
Octal27124321601427333527100
Binary10111001101000111000111001100101111101111101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A38E; }

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

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

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

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

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

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

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

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