Html Css Color HEX #B28849 Muddy Waters

📋 copy color: '#B28849'

red 178 ◦ green 136 ◦ blue 73

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

Shades of Muddy Waters #B28849

Tints of Muddy Waters #B28849

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.14%

 BLUE value IS 73 (28.91% from 255) = 18.86%

R = 45.99%
G = 35.14%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B28849 (or 0xB28849) is known color: Muddy Waters. HEX triplet: B2, 88 and 49. RGB value is (178,136,73). Sum of RGB (Red+Green+Blue) = 178+136+73=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B28849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28849 is #4D77B6. Grayscale: #8D8D8D. Windows color (decimal): -5076919 or 4819122. OLE color: 4819122.

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

Color convert

RGB 178 136 73 -
CMYK 0 0.24 0.59 0.30
HSL 36º 0.42% 0.49% -
HSV(B) 36º 0.59% 0.7% -
XYZ 28.37 27.55 10.13 -
YUV 141.38 89.41 154.12 -
System Red Green Blue C M Y K H S L
Decimal 178 136 73 0 0.24 0.59 0.30 36 0.42 0.49
Hex B2 88 49 0 18 3B 1E 24 2A 31
Octal 262 210 111 0 30 73 36 44 52 61
Binary 10110010 10001000 1001001 0 11000 111011 11110 100100 101010 110001

Color Harmonies of #B28849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28849

Black with #B28849

Text Example


Text Example

White with #B28849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28849; }

 p { color: rgb(178,136,73); }

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

background-color css

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

 a { background-color: rgb(178,136,73); }

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

border-color css

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

 span { border-color: rgb(178,136,73); }

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