Html Css Color HEX #B2824A Muddy Waters

📋 copy color: '#B2824A'

red 178 ◦ green 130 ◦ blue 74

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

Shades of Muddy Waters #B2824A

Tints of Muddy Waters #B2824A

RGB

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

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

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

R = 46.6%
G = 34.03%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2824A (or 0xB2824A) is known color: Muddy Waters. HEX triplet: B2, 82 and 4A. RGB value is (178,130,74). Sum of RGB (Red+Green+Blue) = 178+130+74=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B2824A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2824A is #4D7DB5. Grayscale: #8A8A8A. Windows color (decimal): -5078454 or 4883122. OLE color: 4883122.

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

Color convert

RGB 178 130 74 -
CMYK 0 0.27 0.58 0.30
HSL 32.31º 0.41% 0.49% -
HSV(B) 32.31º 0.58% 0.7% -
XYZ 27.58 25.92 10.03 -
YUV 137.97 91.9 156.55 -
System Red Green Blue C M Y K H S L
Decimal 178 130 74 0 0.27 0.58 0.30 32.31 0.41 0.49
Hex B2 82 4A 0 1B 3A 1E 20 29 31
Octal 262 202 112 0 33 72 36 40 51 61
Binary 10110010 10000010 1001010 0 11011 111010 11110 100000 101001 110001

Color Harmonies of #B2824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2824A

Black with #B2824A

Text Example


Text Example

White with #B2824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2824A; }

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

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

background-color css

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

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

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

border-color css

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

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

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