Html Css Color HEX #B58550 Muddy Waters

📋 copy color: '#B58550'

red 181 ◦ green 133 ◦ blue 80

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

Shades of Muddy Waters #B58550

Tints of Muddy Waters #B58550

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.76%

 BLUE value IS 80 (31.64% from 255) = 20.3%

R = 45.94%
G = 33.76%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B58550 (or 0xB58550) is known color: Muddy Waters. HEX triplet: B5, 85 and 50. RGB value is (181,133,80). Sum of RGB (Red+Green+Blue) = 181+133+80=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B58550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58550 is #4A7AAF. Grayscale: #8D8D8D. Windows color (decimal): -4881072 or 5277109. OLE color: 5277109.

HSL color Cylindrical-coordinate representation of color #B58550: hue angle of 31.49º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B58550 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 133 80 -
CMYK 0 0.27 0.56 0.29
HSL 31.49º 0.41% 0.51% -
HSV(B) 31.49º 0.56% 0.71% -
XYZ 28.89 27.18 11.31 -
YUV 141.31 93.4 156.31 -
System Red Green Blue C M Y K H S L
Decimal 181 133 80 0 0.27 0.56 0.29 31.49 0.41 0.51
Hex B5 85 50 0 1B 38 1D 1F 29 33
Octal 265 205 120 0 33 70 35 37 51 63
Binary 10110101 10000101 1010000 0 11011 111000 11101 11111 101001 110011

Color Harmonies of #B58550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58550

Black with #B58550

Text Example


Text Example

White with #B58550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58550; }

 p { color: rgb(181,133,80); }

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

background-color css

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

 a { background-color: rgb(181,133,80); }

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

border-color css

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

 span { border-color: rgb(181,133,80); }

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