Html Css Color HEX #B4834A Muddy Waters

📋 copy color: '#B4834A'

red 180 ◦ green 131 ◦ blue 74

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

Shades of Muddy Waters #B4834A

Tints of Muddy Waters #B4834A

RGB

 RED value IS 180 (70.7% from 255) = 46.75%

 GREEN value IS 131 (51.56% from 255) = 34.03%

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

R = 46.75%
G = 34.03%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B4834A (or 0xB4834A) is known color: Muddy Waters. HEX triplet: B4, 83 and 4A. RGB value is (180,131,74). Sum of RGB (Red+Green+Blue) = 180+131+74=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B4834A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4834A is #4B7CB5. Grayscale: #8B8B8B. Windows color (decimal): -4947126 or 4883380. OLE color: 4883380.

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

Color convert

RGB 180 131 74 -
CMYK 0 0.27 0.59 0.29
HSL 32.26º 0.42% 0.5% -
HSV(B) 32.26º 0.59% 0.71% -
XYZ 28.17 26.43 10.1 -
YUV 139.15 91.23 157.13 -
System Red Green Blue C M Y K H S L
Decimal 180 131 74 0 0.27 0.59 0.29 32.26 0.42 0.5
Hex B4 83 4A 0 1B 3B 1D 20 2A 32
Octal 264 203 112 0 33 73 35 40 52 62
Binary 10110100 10000011 1001010 0 11011 111011 11101 100000 101010 110010

Color Harmonies of #B4834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4834A

Black with #B4834A

Text Example


Text Example

White with #B4834A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4834A; }

 p { color: rgb(180,131,74); }

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

background-color css

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

 a { background-color: rgb(180,131,74); }

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

border-color css

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

 span { border-color: rgb(180,131,74); }

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