Html Css Color HEX #B58150 Muddy Waters

📋 copy color: '#B58150'

red 181 ◦ green 129 ◦ blue 80

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

Shades of Muddy Waters #B58150

Tints of Muddy Waters #B58150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.08%

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

R = 46.41%
G = 33.08%
B = 20.51%

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

#B58150 (or 0xB58150) is known color: Muddy Waters. HEX triplet: B5, 81 and 50. RGB value is (181,129,80). Sum of RGB (Red+Green+Blue) = 181+129+80=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B58150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58150 is #4A7EAF. Grayscale: #8B8B8B. Windows color (decimal): -4882096 or 5276085. OLE color: 5276085.

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

Color convert

RGB 181 129 80 -
CMYK 0 0.29 0.56 0.29
HSL 29.11º 0.41% 0.51% -
HSV(B) 29.11º 0.56% 0.71% -
XYZ 28.35 26.1 11.13 -
YUV 138.96 94.73 157.98 -
System Red Green Blue C M Y K H S L
Decimal 181 129 80 0 0.29 0.56 0.29 29.11 0.41 0.51
Hex B5 81 50 0 1D 38 1D 1D 29 33
Octal 265 201 120 0 35 70 35 35 51 63
Binary 10110101 10000001 1010000 0 11101 111000 11101 11101 101001 110011

Color Harmonies of #B58150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58150

Black with #B58150

Text Example


Text Example

White with #B58150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58150; }

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

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

background-color css

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

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

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

border-color css

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

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

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