Html Css Color HEX #B38449 Muddy Waters

📋 copy color: '#B38449'

red 179 ◦ green 132 ◦ blue 73

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

Shades of Muddy Waters #B38449

Tints of Muddy Waters #B38449

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.38%

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

R = 46.61%
G = 34.38%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B38449 (or 0xB38449) is known color: Muddy Waters. HEX triplet: B3, 84 and 49. RGB value is (179,132,73). Sum of RGB (Red+Green+Blue) = 179+132+73=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B38449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38449 is #4C7BB6. Grayscale: #8B8B8B. Windows color (decimal): -5012407 or 4818099. OLE color: 4818099.

HSL color Cylindrical-coordinate representation of color #B38449: hue angle of 33.4º 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 #B38449 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 132 73 -
CMYK 0 0.26 0.59 0.30
HSL 33.4º 0.42% 0.49% -
HSV(B) 33.4º 0.59% 0.7% -
XYZ 28.04 26.57 9.95 -
YUV 139.33 90.57 156.3 -
System Red Green Blue C M Y K H S L
Decimal 179 132 73 0 0.26 0.59 0.30 33.4 0.42 0.49
Hex B3 84 49 0 1A 3B 1E 21 2A 31
Octal 263 204 111 0 32 73 36 41 52 61
Binary 10110011 10000100 1001001 0 11010 111011 11110 100001 101010 110001

Color Harmonies of #B38449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38449

Black with #B38449

Text Example


Text Example

White with #B38449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38449; }

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

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

background-color css

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

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

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

border-color css

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

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

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