Html Css Color HEX #B2804A Muddy Waters

📋 copy color: '#B2804A'

red 178 ◦ green 128 ◦ blue 74

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

Shades of Muddy Waters #B2804A

Tints of Muddy Waters #B2804A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.68%

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

R = 46.84%
G = 33.68%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2804A (or 0xB2804A) is known color: Muddy Waters. HEX triplet: B2, 80 and 4A. RGB value is (178,128,74). Sum of RGB (Red+Green+Blue) = 178+128+74=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B2804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2804A is #4D7FB5. Grayscale: #898989. Windows color (decimal): -5078966 or 4882610. OLE color: 4882610.

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

Color convert

RGB 178 128 74 -
CMYK 0 0.28 0.58 0.30
HSL 31.15º 0.41% 0.49% -
HSV(B) 31.15º 0.58% 0.7% -
XYZ 27.32 25.4 9.94 -
YUV 136.79 92.57 157.39 -
System Red Green Blue C M Y K H S L
Decimal 178 128 74 0 0.28 0.58 0.30 31.15 0.41 0.49
Hex B2 80 4A 0 1C 3A 1E 1F 29 31
Octal 262 200 112 0 34 72 36 37 51 61
Binary 10110010 10000000 1001010 0 11100 111010 11110 11111 101001 110001

Color Harmonies of #B2804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2804A

Black with #B2804A

Text Example


Text Example

White with #B2804A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2804A; }

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

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

background-color css

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

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

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

border-color css

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

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

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