Html Css Color HEX #B28448 Muddy Waters

📋 copy color: '#B28448'

red 178 ◦ green 132 ◦ blue 72

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

Shades of Muddy Waters #B28448

Tints of Muddy Waters #B28448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.85%

R = 46.6%
G = 34.55%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B28448 (or 0xB28448) is known color: Muddy Waters. HEX triplet: B2, 84 and 48. RGB value is (178,132,72). Sum of RGB (Red+Green+Blue) = 178+132+72=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B28448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28448 is #4D7BB7. Grayscale: #8B8B8B. Windows color (decimal): -5077944 or 4752562. OLE color: 4752562.

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

Color convert

RGB 178 132 72 -
CMYK 0 0.26 0.60 0.30
HSL 33.96º 0.42% 0.49% -
HSV(B) 33.96º 0.6% 0.7% -
XYZ 27.78 26.44 9.77 -
YUV 138.91 90.24 155.88 -
System Red Green Blue C M Y K H S L
Decimal 178 132 72 0 0.26 0.60 0.30 33.96 0.42 0.49
Hex B2 84 48 0 1A 3C 1E 22 2A 31
Octal 262 204 110 0 32 74 36 42 52 61
Binary 10110010 10000100 1001000 0 11010 111100 11110 100010 101010 110001

Color Harmonies of #B28448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28448

Black with #B28448

Text Example


Text Example

White with #B28448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28448; }

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

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

background-color css

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

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

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

border-color css

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

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

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