Html Css Color HEX #B18549 Muddy Waters

📋 copy color: '#B18549'

red 177 ◦ green 133 ◦ blue 73

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

Shades of Muddy Waters #B18549

Tints of Muddy Waters #B18549

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.73%

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

R = 46.21%
G = 34.73%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B18549 (or 0xB18549) is known color: Muddy Waters. HEX triplet: B1, 85 and 49. RGB value is (177,133,73). Sum of RGB (Red+Green+Blue) = 177+133+73=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B18549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18549 is #4E7AB6. Grayscale: #8B8B8B. Windows color (decimal): -5143223 or 4818353. OLE color: 4818353.

HSL color Cylindrical-coordinate representation of color #B18549: hue angle of 34.62º 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 #B18549 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 133 73 -
CMYK 0 0.25 0.59 0.31
HSL 34.62º 0.42% 0.49% -
HSV(B) 34.62º 0.59% 0.69% -
XYZ 27.72 26.6 9.98 -
YUV 139.32 90.58 154.88 -
System Red Green Blue C M Y K H S L
Decimal 177 133 73 0 0.25 0.59 0.31 34.62 0.42 0.49
Hex B1 85 49 0 19 3B 1F 23 2A 31
Octal 261 205 111 0 31 73 37 43 52 61
Binary 10110001 10000101 1001001 0 11001 111011 11111 100011 101010 110001

Color Harmonies of #B18549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18549

Black with #B18549

Text Example


Text Example

White with #B18549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18549; }

 p { color: rgb(177,133,73); }

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

background-color css

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

 a { background-color: rgb(177,133,73); }

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

border-color css

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

 span { border-color: rgb(177,133,73); }

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