Html Css Color HEX #B9A187 Rodeo Dust

📋 copy color: '#B9A187'

red 185 ◦ green 161 ◦ blue 135

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

Shades of Rodeo Dust #B9A187

Tints of Rodeo Dust #B9A187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.07%

R = 38.46%
G = 33.47%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#B9A187 (or 0xB9A187) is known color: Rodeo Dust. HEX triplet: B9, A1 and 87. RGB value is (185,161,135). Sum of RGB (Red+Green+Blue) = 185+161+135=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A187 is #465E78. Grayscale: #A5A5A5. Windows color (decimal): -4611705 or 8888761. OLE color: 8888761.

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

Color convert

RGB 185 161 135 -
CMYK 0 0.13 0.27 0.27
HSL 31.2º 0.26% 0.63% -
HSV(B) 31.2º 0.27% 0.73% -
XYZ 37.13 37.55 28.21 -
YUV 165.21 110.95 142.11 -
System Red Green Blue C M Y K H S L
Decimal 185 161 135 0 0.13 0.27 0.27 31.2 0.26 0.63
Hex B9 A1 87 0 D 1B 1B 1F 1A 3F
Octal 271 241 207 0 15 33 33 37 32 77
Binary 10111001 10100001 10000111 0 1101 11011 11011 11111 11010 111111

Color Harmonies of #B9A187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A187

Black with #B9A187

Text Example


Text Example

White with #B9A187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A187; }

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

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

background-color css

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

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

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

border-color css

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

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

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