Html Css Color HEX #B08249 Muddy Waters

📋 copy color: '#B08249'

red 176 ◦ green 130 ◦ blue 73

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

Shades of Muddy Waters #B08249

Tints of Muddy Waters #B08249

RGB

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

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

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

R = 46.44%
G = 34.3%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B08249 (or 0xB08249) is known color: Muddy Waters. HEX triplet: B0, 82 and 49. RGB value is (176,130,73). Sum of RGB (Red+Green+Blue) = 176+130+73=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B08249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08249 is #4F7DB6. Grayscale: #898989. Windows color (decimal): -5209527 or 4817584. OLE color: 4817584.

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

Color convert

RGB 176 130 73 -
CMYK 0 0.26 0.59 0.31
HSL 33.2º 0.41% 0.49% -
HSV(B) 33.2º 0.59% 0.69% -
XYZ 27.09 25.68 9.83 -
YUV 137.26 91.74 155.63 -
System Red Green Blue C M Y K H S L
Decimal 176 130 73 0 0.26 0.59 0.31 33.2 0.41 0.49
Hex B0 82 49 0 1A 3B 1F 21 29 31
Octal 260 202 111 0 32 73 37 41 51 61
Binary 10110000 10000010 1001001 0 11010 111011 11111 100001 101001 110001

Color Harmonies of #B08249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08249

Black with #B08249

Text Example


Text Example

White with #B08249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08249; }

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

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

background-color css

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

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

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

border-color css

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

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

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