Html Css Color HEX #B28046 Muddy Waters

📋 copy color: '#B28046'

red 178 ◦ green 128 ◦ blue 70

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

Shades of Muddy Waters #B28046

Tints of Muddy Waters #B28046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.62%

R = 47.34%
G = 34.04%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B28046 (or 0xB28046) is known color: Muddy Waters. HEX triplet: B2, 80 and 46. RGB value is (178,128,70). Sum of RGB (Red+Green+Blue) = 178+128+70=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B28046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28046 is #4D7FB9. Grayscale: #888888. Windows color (decimal): -5078970 or 4620466. OLE color: 4620466.

HSL color Cylindrical-coordinate representation of color #B28046: hue angle of 32.22º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B28046 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 128 70 -
CMYK 0 0.28 0.61 0.30
HSL 32.22º 0.44% 0.49% -
HSV(B) 32.22º 0.61% 0.7% -
XYZ 27.18 25.35 9.25 -
YUV 136.34 90.57 157.72 -
System Red Green Blue C M Y K H S L
Decimal 178 128 70 0 0.28 0.61 0.30 32.22 0.44 0.49
Hex B2 80 46 0 1C 3D 1E 20 2C 31
Octal 262 200 106 0 34 75 36 40 54 61
Binary 10110010 10000000 1000110 0 11100 111101 11110 100000 101100 110001

Color Harmonies of #B28046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28046

Black with #B28046

Text Example


Text Example

White with #B28046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28046; }

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

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

background-color css

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

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

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

border-color css

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

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

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