Html Css Color HEX #B9A38B Rodeo Dust

📋 copy color: '#B9A38B'

red 185 ◦ green 163 ◦ blue 139

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

Shades of Rodeo Dust #B9A38B

Tints of Rodeo Dust #B9A38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.54%

R = 37.99%
G = 33.47%
B = 28.54%

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

#B9A38B (or 0xB9A38B) is known color: Rodeo Dust. HEX triplet: B9, A3 and 8B. RGB value is (185,163,139). Sum of RGB (Red+Green+Blue) = 185+163+139=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A38B is #465C74. Grayscale: #A6A6A6. Windows color (decimal): -4611189 or 9151417. OLE color: 9151417.

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

Color convert

RGB 185 163 139 -
CMYK 0 0.12 0.25 0.27
HSL 31.3º 0.25% 0.64% -
HSV(B) 31.3º 0.25% 0.73% -
XYZ 37.76 38.37 29.84 -
YUV 166.84 112.29 140.95 -
System Red Green Blue C M Y K H S L
Decimal 185 163 139 0 0.12 0.25 0.27 31.3 0.25 0.64
Hex B9 A3 8B 0 C 19 1B 1F 19 40
Octal 271 243 213 0 14 31 33 37 31 100
Binary 10111001 10100011 10001011 0 1100 11001 11011 11111 11001 1000000

Color Harmonies of #B9A38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A38B

Black with #B9A38B

Text Example


Text Example

White with #B9A38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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