Html Css Color HEX #B08449 Muddy Waters

📋 copy color: '#B08449'

red 176 ◦ green 132 ◦ blue 73

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

Shades of Muddy Waters #B08449

Tints of Muddy Waters #B08449

RGB

 RED value IS 176 (69.14% from 255) = 46.19%

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

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

R = 46.19%
G = 34.65%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B08449 (or 0xB08449) is known color: Muddy Waters. HEX triplet: B0, 84 and 49. RGB value is (176,132,73). Sum of RGB (Red+Green+Blue) = 176+132+73=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B08449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08449 is #4F7BB6. Grayscale: #8A8A8A. Windows color (decimal): -5209015 or 4818096. OLE color: 4818096.

HSL color Cylindrical-coordinate representation of color #B08449: hue angle of 34.37º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B08449 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 132 73 -
CMYK 0 0.25 0.59 0.31
HSL 34.37º 0.41% 0.49% -
HSV(B) 34.37º 0.59% 0.69% -
XYZ 27.36 26.21 9.92 -
YUV 138.43 91.08 154.8 -
System Red Green Blue C M Y K H S L
Decimal 176 132 73 0 0.25 0.59 0.31 34.37 0.41 0.49
Hex B0 84 49 0 19 3B 1F 22 29 31
Octal 260 204 111 0 31 73 37 42 51 61
Binary 10110000 10000100 1001001 0 11001 111011 11111 100010 101001 110001

Color Harmonies of #B08449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08449

Black with #B08449

Text Example


Text Example

White with #B08449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08449; }

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

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

background-color css

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

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

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

border-color css

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

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

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