Html Css Color HEX #B58649 Muddy Waters

📋 copy color: '#B58649'

red 181 ◦ green 134 ◦ blue 73

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

Shades of Muddy Waters #B58649

Tints of Muddy Waters #B58649

RGB

 RED value IS 181 (71.09% from 255) = 46.65%

 GREEN value IS 134 (52.73% from 255) = 34.54%

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

R = 46.65%
G = 34.54%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B58649 (or 0xB58649) is known color: Muddy Waters. HEX triplet: B5, 86 and 49. RGB value is (181,134,73). Sum of RGB (Red+Green+Blue) = 181+134+73=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B58649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58649 is #4A79B6. Grayscale: #8D8D8D. Windows color (decimal): -4880823 or 4818613. OLE color: 4818613.

HSL color Cylindrical-coordinate representation of color #B58649: hue angle of 33.89º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B58649 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 134 73 -
CMYK 0 0.26 0.60 0.29
HSL 33.89º 0.43% 0.5% -
HSV(B) 33.89º 0.6% 0.71% -
XYZ 28.78 27.35 10.07 -
YUV 141.1 89.57 156.46 -
System Red Green Blue C M Y K H S L
Decimal 181 134 73 0 0.26 0.60 0.29 33.89 0.43 0.5
Hex B5 86 49 0 1A 3C 1D 22 2B 32
Octal 265 206 111 0 32 74 35 42 53 62
Binary 10110101 10000110 1001001 0 11010 111100 11101 100010 101011 110010

Color Harmonies of #B58649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58649

Black with #B58649

Text Example


Text Example

White with #B58649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58649; }

 p { color: rgb(181,134,73); }

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

background-color css

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

 a { background-color: rgb(181,134,73); }

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

border-color css

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

 span { border-color: rgb(181,134,73); }

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