Html Css Color HEX #B18848 Muddy Waters

📋 copy color: '#B18848'

red 177 ◦ green 136 ◦ blue 72

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

Shades of Muddy Waters #B18848

Tints of Muddy Waters #B18848

RGB

 RED value IS 177 (69.53% from 255) = 45.97%

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

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

R = 45.97%
G = 35.32%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B18848 (or 0xB18848) is known color: Muddy Waters. HEX triplet: B1, 88 and 48. RGB value is (177,136,72). Sum of RGB (Red+Green+Blue) = 177+136+72=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B18848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18848 is #4E77B7. Grayscale: #8D8D8D. Windows color (decimal): -5142456 or 4753585. OLE color: 4753585.

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

Color convert

RGB 177 136 72 -
CMYK 0 0.23 0.59 0.31
HSL 36.57º 0.42% 0.49% -
HSV(B) 36.57º 0.59% 0.69% -
XYZ 28.11 27.42 9.94 -
YUV 140.96 89.08 153.7 -
System Red Green Blue C M Y K H S L
Decimal 177 136 72 0 0.23 0.59 0.31 36.57 0.42 0.49
Hex B1 88 48 0 17 3B 1F 25 2A 31
Octal 261 210 110 0 27 73 37 45 52 61
Binary 10110001 10001000 1001000 0 10111 111011 11111 100101 101010 110001

Color Harmonies of #B18848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18848

Black with #B18848

Text Example


Text Example

White with #B18848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18848; }

 p { color: rgb(177,136,72); }

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

background-color css

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

 a { background-color: rgb(177,136,72); }

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

border-color css

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

 span { border-color: rgb(177,136,72); }

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