Html Css Color HEX #B28248 Muddy Waters

📋 copy color: '#B28248'

red 178 ◦ green 130 ◦ blue 72

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

Shades of Muddy Waters #B28248

Tints of Muddy Waters #B28248

RGB

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

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

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

R = 46.84%
G = 34.21%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B28248 (or 0xB28248) is known color: Muddy Waters. HEX triplet: B2, 82 and 48. RGB value is (178,130,72). Sum of RGB (Red+Green+Blue) = 178+130+72=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B28248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28248 is #4D7DB7. Grayscale: #8A8A8A. Windows color (decimal): -5078456 or 4752050. OLE color: 4752050.

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

Color convert

RGB 178 130 72 -
CMYK 0 0.27 0.60 0.30
HSL 32.83º 0.42% 0.49% -
HSV(B) 32.83º 0.6% 0.7% -
XYZ 27.51 25.9 9.68 -
YUV 137.74 90.9 156.72 -
System Red Green Blue C M Y K H S L
Decimal 178 130 72 0 0.27 0.60 0.30 32.83 0.42 0.49
Hex B2 82 48 0 1B 3C 1E 21 2A 31
Octal 262 202 110 0 33 74 36 41 52 61
Binary 10110010 10000010 1001000 0 11011 111100 11110 100001 101010 110001

Color Harmonies of #B28248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28248

Black with #B28248

Text Example


Text Example

White with #B28248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28248; }

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

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

background-color css

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

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

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

border-color css

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

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

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