Html Css Color HEX #B08949 Muddy Waters

📋 copy color: '#B08949'

red 176 ◦ green 137 ◦ blue 73

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

Shades of Muddy Waters #B08949

Tints of Muddy Waters #B08949

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.49%

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

R = 45.6%
G = 35.49%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B08949 (or 0xB08949) is known color: Muddy Waters. HEX triplet: B0, 89 and 49. RGB value is (176,137,73). Sum of RGB (Red+Green+Blue) = 176+137+73=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B08949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08949 is #4F76B6. Grayscale: #8D8D8D. Windows color (decimal): -5207735 or 4819376. OLE color: 4819376.

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

Color convert

RGB 176 137 73 -
CMYK 0 0.22 0.59 0.31
HSL 37.28º 0.41% 0.49% -
HSV(B) 37.28º 0.59% 0.69% -
XYZ 28.05 27.6 10.15 -
YUV 141.37 89.42 152.7 -
System Red Green Blue C M Y K H S L
Decimal 176 137 73 0 0.22 0.59 0.31 37.28 0.41 0.49
Hex B0 89 49 0 16 3B 1F 25 29 31
Octal 260 211 111 0 26 73 37 45 51 61
Binary 10110000 10001001 1001001 0 10110 111011 11111 100101 101001 110001

Color Harmonies of #B08949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08949

Black with #B08949

Text Example


Text Example

White with #B08949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08949; }

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

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

background-color css

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

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

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

border-color css

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

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

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