Html Css Color HEX #B9A590 Rodeo Dust

📋 copy color: '#B9A590'

red 185 ◦ green 165 ◦ blue 144

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

Shades of Rodeo Dust #B9A590

Tints of Rodeo Dust #B9A590

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.4%

 BLUE value IS 144 (56.64% from 255) = 29.15%

R = 37.45%
G = 33.4%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B9A590 (or 0xB9A590) is known color: Rodeo Dust. HEX triplet: B9, A5 and 90. RGB value is (185,165,144). Sum of RGB (Red+Green+Blue) = 185+165+144=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A590 is #465A6F. Grayscale: #A8A8A8. Windows color (decimal): -4610672 or 9479609. OLE color: 9479609.

HSL color Cylindrical-coordinate representation of color #B9A590: hue angle of 30.73º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9A590 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 165 144 -
CMYK 0 0.11 0.22 0.27
HSL 30.73º 0.23% 0.65% -
HSV(B) 30.73º 0.22% 0.73% -
XYZ 38.5 39.24 31.93 -
YUV 168.59 114.13 139.71 -
System Red Green Blue C M Y K H S L
Decimal 185 165 144 0 0.11 0.22 0.27 30.73 0.23 0.65
Hex B9 A5 90 0 B 16 1B 1F 17 41
Octal 271 245 220 0 13 26 33 37 27 101
Binary 10111001 10100101 10010000 0 1011 10110 11011 11111 10111 1000001

Color Harmonies of #B9A590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A590

Black with #B9A590

Text Example


Text Example

White with #B9A590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A590; }

 p { color: rgb(185,165,144); }

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

background-color css

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

 a { background-color: rgb(185,165,144); }

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

border-color css

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

 span { border-color: rgb(185,165,144); }

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