Html Css Color HEX #B28044 Muddy Waters

📋 copy color: '#B28044'

red 178 ◦ green 128 ◦ blue 68

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

Shades of Muddy Waters #B28044

Tints of Muddy Waters #B28044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.18%

R = 47.59%
G = 34.22%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B28044 (or 0xB28044) is known color: Muddy Waters. HEX triplet: B2, 80 and 44. RGB value is (178,128,68). Sum of RGB (Red+Green+Blue) = 178+128+68=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B28044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28044 is #4D7FBB. Grayscale: #888888. Windows color (decimal): -5078972 or 4489394. OLE color: 4489394.

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

Color convert

RGB 178 128 68 -
CMYK 0 0.28 0.62 0.30
HSL 32.73º 0.45% 0.48% -
HSV(B) 32.73º 0.62% 0.7% -
XYZ 27.12 25.32 8.93 -
YUV 136.11 89.57 157.88 -
System Red Green Blue C M Y K H S L
Decimal 178 128 68 0 0.28 0.62 0.30 32.73 0.45 0.48
Hex B2 80 44 0 1C 3E 1E 21 2D 30
Octal 262 200 104 0 34 76 36 41 55 60
Binary 10110010 10000000 1000100 0 11100 111110 11110 100001 101101 110000

Color Harmonies of #B28044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28044

Black with #B28044

Text Example


Text Example

White with #B28044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28044; }

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

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

background-color css

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

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

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

border-color css

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

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

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