Html Css Color HEX #B58050 Muddy Waters

📋 copy color: '#B58050'

red 181 ◦ green 128 ◦ blue 80

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

Shades of Muddy Waters #B58050

Tints of Muddy Waters #B58050

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.9%

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

R = 46.53%
G = 32.9%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B58050 (or 0xB58050) is known color: Muddy Waters. HEX triplet: B5, 80 and 50. RGB value is (181,128,80). Sum of RGB (Red+Green+Blue) = 181+128+80=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B58050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58050 is #4A7FAF. Grayscale: #8A8A8A. Windows color (decimal): -4882352 or 5275829. OLE color: 5275829.

HSL color Cylindrical-coordinate representation of color #B58050: hue angle of 28.51º 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 #B58050 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 128 80 -
CMYK 0 0.29 0.56 0.29
HSL 28.51º 0.41% 0.51% -
HSV(B) 28.51º 0.56% 0.71% -
XYZ 28.22 25.84 11.09 -
YUV 138.38 95.06 158.4 -
System Red Green Blue C M Y K H S L
Decimal 181 128 80 0 0.29 0.56 0.29 28.51 0.41 0.51
Hex B5 80 50 0 1D 38 1D 1D 29 33
Octal 265 200 120 0 35 70 35 35 51 63
Binary 10110101 10000000 1010000 0 11101 111000 11101 11101 101001 110011

Color Harmonies of #B58050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58050

Black with #B58050

Text Example


Text Example

White with #B58050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58050; }

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

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

background-color css

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

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

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

border-color css

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

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

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