Html Css Color HEX #B9A189 Rodeo Dust

📋 copy color: '#B9A189'

red 185 ◦ green 161 ◦ blue 137

#B9A189
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rodeo Dust #B9A189

Tints of Rodeo Dust #B9A189

RGB

 RED value IS 185 (72.66% from 255) = 38.3%

 GREEN value IS 161 (63.28% from 255) = 33.33%

 BLUE value IS 137 (53.91% from 255) = 28.36%

R = 38.3%
G = 33.33%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B9A189 (or 0xB9A189) is known color: Rodeo Dust. HEX triplet: B9, A1 and 89. RGB value is (185,161,137). Sum of RGB (Red+Green+Blue) = 185+161+137=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A189 is #465E76. Grayscale: #A5A5A5. Windows color (decimal): -4611703 or 9019833. OLE color: 9019833.

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

Color convert

RGB 185 161 137 -
CMYK 0 0.13 0.26 0.27
HSL 30º 0.26% 0.63% -
HSV(B) 30º 0.26% 0.73% -
XYZ 37.27 37.61 28.96 -
YUV 165.44 111.95 141.95 -
System Red Green Blue C M Y K H S L
Decimal 185 161 137 0 0.13 0.26 0.27 30 0.26 0.63
Hex B9 A1 89 0 D 1A 1B 1E 1A 3F
Octal 271 241 211 0 15 32 33 36 32 77
Binary 10111001 10100001 10001001 0 1101 11010 11011 11110 11010 111111

Color Harmonies of #B9A189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A189

Black with #B9A189

Text Example


Text Example

White with #B9A189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A189; }

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

 H1.HeaderClassName
 {
   color: #B9A189;
 }
 .AnyTagClassName
 {
   color: #B9A189;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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