Html Css Color HEX #B2844A Muddy Waters

📋 copy color: '#B2844A'

red 178 ◦ green 132 ◦ blue 74

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

Shades of Muddy Waters #B2844A

Tints of Muddy Waters #B2844A

RGB

 RED value IS 178 (69.92% from 255) = 46.35%

 GREEN value IS 132 (51.95% from 255) = 34.38%

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

R = 46.35%
G = 34.38%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2844A (or 0xB2844A) is known color: Muddy Waters. HEX triplet: B2, 84 and 4A. RGB value is (178,132,74). Sum of RGB (Red+Green+Blue) = 178+132+74=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B2844A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2844A is #4D7BB5. Grayscale: #8B8B8B. Windows color (decimal): -5077942 or 4883634. OLE color: 4883634.

HSL color Cylindrical-coordinate representation of color #B2844A: hue angle of 33.46º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2844A is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 132 74 -
CMYK 0 0.26 0.58 0.30
HSL 33.46º 0.41% 0.49% -
HSV(B) 33.46º 0.58% 0.7% -
XYZ 27.85 26.46 10.12 -
YUV 139.14 91.24 155.72 -
System Red Green Blue C M Y K H S L
Decimal 178 132 74 0 0.26 0.58 0.30 33.46 0.41 0.49
Hex B2 84 4A 0 1A 3A 1E 21 29 31
Octal 262 204 112 0 32 72 36 41 51 61
Binary 10110010 10000100 1001010 0 11010 111010 11110 100001 101001 110001

Color Harmonies of #B2844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2844A

Black with #B2844A

Text Example


Text Example

White with #B2844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2844A; }

 p { color: rgb(178,132,74); }

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

background-color css

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

 a { background-color: rgb(178,132,74); }

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

border-color css

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

 span { border-color: rgb(178,132,74); }

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