Html Css Color HEX #B38249 Muddy Waters

📋 copy color: '#B38249'

red 179 ◦ green 130 ◦ blue 73

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

Shades of Muddy Waters #B38249

Tints of Muddy Waters #B38249

RGB

 RED value IS 179 (70.31% from 255) = 46.86%

 GREEN value IS 130 (51.17% from 255) = 34.03%

 BLUE value IS 73 (28.91% from 255) = 19.11%

R = 46.86%
G = 34.03%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B38249 (or 0xB38249) is known color: Muddy Waters. HEX triplet: B3, 82 and 49. RGB value is (179,130,73). Sum of RGB (Red+Green+Blue) = 179+130+73=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B38249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38249 is #4C7DB6. Grayscale: #8A8A8A. Windows color (decimal): -5012919 or 4817587. OLE color: 4817587.

HSL color Cylindrical-coordinate representation of color #B38249: hue angle of 32.26º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B38249 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 130 73 -
CMYK 0 0.27 0.59 0.30
HSL 32.26º 0.42% 0.49% -
HSV(B) 32.26º 0.59% 0.7% -
XYZ 27.78 26.03 9.86 -
YUV 138.15 91.23 157.13 -
System Red Green Blue C M Y K H S L
Decimal 179 130 73 0 0.27 0.59 0.30 32.26 0.42 0.49
Hex B3 82 49 0 1B 3B 1E 20 2A 31
Octal 263 202 111 0 33 73 36 40 52 61
Binary 10110011 10000010 1001001 0 11011 111011 11110 100000 101010 110001

Color Harmonies of #B38249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38249

Black with #B38249

Text Example


Text Example

White with #B38249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38249; }

 p { color: rgb(179,130,73); }

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

background-color css

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

 a { background-color: rgb(179,130,73); }

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

border-color css

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

 span { border-color: rgb(179,130,73); }

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