Html Css Color HEX #B9A38A Rodeo Dust

📋 copy color: '#B9A38A'

red 185 ◦ green 163 ◦ blue 138

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

Shades of Rodeo Dust #B9A38A

Tints of Rodeo Dust #B9A38A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.54%

 BLUE value IS 138 (54.3% from 255) = 28.4%

R = 38.07%
G = 33.54%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9A38A (or 0xB9A38A) is known color: Rodeo Dust. HEX triplet: B9, A3 and 8A. RGB value is (185,163,138). Sum of RGB (Red+Green+Blue) = 185+163+138=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A38A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A38A is #465C75. Grayscale: #A6A6A6. Windows color (decimal): -4611190 or 9085881. OLE color: 9085881.

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

Color convert

RGB 185 163 138 -
CMYK 0 0.12 0.25 0.27
HSL 31.91º 0.25% 0.63% -
HSV(B) 31.91º 0.25% 0.73% -
XYZ 37.69 38.34 29.46 -
YUV 166.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 185 163 138 0 0.12 0.25 0.27 31.91 0.25 0.63
Hex B9 A3 8A 0 C 19 1B 20 19 3F
Octal 271 243 212 0 14 31 33 40 31 77
Binary 10111001 10100011 10001010 0 1100 11001 11011 100000 11001 111111

Color Harmonies of #B9A38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A38A

Black with #B9A38A

Text Example


Text Example

White with #B9A38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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