Html Css Color HEX #B28348 Muddy Waters

📋 copy color: '#B28348'

red 178 ◦ green 131 ◦ blue 72

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

Shades of Muddy Waters #B28348

Tints of Muddy Waters #B28348

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.38%

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

R = 46.72%
G = 34.38%
B = 18.9%

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

#B28348 (or 0xB28348) is known color: Muddy Waters. HEX triplet: B2, 83 and 48. RGB value is (178,131,72). Sum of RGB (Red+Green+Blue) = 178+131+72=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B28348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28348 is #4D7CB7. Grayscale: #8A8A8A. Windows color (decimal): -5078200 or 4752306. OLE color: 4752306.

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

Color convert

RGB 178 131 72 -
CMYK 0 0.26 0.60 0.30
HSL 33.4º 0.42% 0.49% -
HSV(B) 33.4º 0.6% 0.7% -
XYZ 27.65 26.17 9.72 -
YUV 138.33 90.57 156.3 -
System Red Green Blue C M Y K H S L
Decimal 178 131 72 0 0.26 0.60 0.30 33.4 0.42 0.49
Hex B2 83 48 0 1A 3C 1E 21 2A 31
Octal 262 203 110 0 32 74 36 41 52 61
Binary 10110010 10000011 1001000 0 11010 111100 11110 100001 101010 110001

Color Harmonies of #B28348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28348

Black with #B28348

Text Example


Text Example

White with #B28348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28348; }

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

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

background-color css

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

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

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

border-color css

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

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

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