Html Css Color HEX #B5824A Muddy Waters

📋 copy color: '#B5824A'

red 181 ◦ green 130 ◦ blue 74

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

Shades of Muddy Waters #B5824A

Tints of Muddy Waters #B5824A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.22%

R = 47.01%
G = 33.77%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B5824A (or 0xB5824A) is known color: Muddy Waters. HEX triplet: B5, 82 and 4A. RGB value is (181,130,74). Sum of RGB (Red+Green+Blue) = 181+130+74=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B5824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5824A is #4A7DB5. Grayscale: #8B8B8B. Windows color (decimal): -4881846 or 4883125. OLE color: 4883125.

HSL color Cylindrical-coordinate representation of color #B5824A: hue angle of 31.4º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5824A is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 130 74 -
CMYK 0 0.28 0.59 0.29
HSL 31.4º 0.42% 0.5% -
HSV(B) 31.4º 0.59% 0.71% -
XYZ 28.27 26.28 10.06 -
YUV 138.87 91.4 158.05 -
System Red Green Blue C M Y K H S L
Decimal 181 130 74 0 0.28 0.59 0.29 31.4 0.42 0.5
Hex B5 82 4A 0 1C 3B 1D 1F 2A 32
Octal 265 202 112 0 34 73 35 37 52 62
Binary 10110101 10000010 1001010 0 11100 111011 11101 11111 101010 110010

Color Harmonies of #B5824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5824A

Black with #B5824A

Text Example


Text Example

White with #B5824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5824A; }

 p { color: rgb(181,130,74); }

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

background-color css

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

 a { background-color: rgb(181,130,74); }

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

border-color css

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

 span { border-color: rgb(181,130,74); }

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