Html Css Color HEX #B18448 Muddy Waters

📋 copy color: '#B18448'

red 177 ◦ green 132 ◦ blue 72

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

Shades of Muddy Waters #B18448

Tints of Muddy Waters #B18448

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.65%

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

R = 46.46%
G = 34.65%
B = 18.9%

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

#B18448 (or 0xB18448) is known color: Muddy Waters. HEX triplet: B1, 84 and 48. RGB value is (177,132,72). Sum of RGB (Red+Green+Blue) = 177+132+72=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B18448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18448 is #4E7BB7. Grayscale: #8A8A8A. Windows color (decimal): -5143480 or 4752561. OLE color: 4752561.

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

Color convert

RGB 177 132 72 -
CMYK 0 0.25 0.59 0.31
HSL 34.29º 0.42% 0.49% -
HSV(B) 34.29º 0.59% 0.69% -
XYZ 27.55 26.32 9.76 -
YUV 138.62 90.41 155.38 -
System Red Green Blue C M Y K H S L
Decimal 177 132 72 0 0.25 0.59 0.31 34.29 0.42 0.49
Hex B1 84 48 0 19 3B 1F 22 2A 31
Octal 261 204 110 0 31 73 37 42 52 61
Binary 10110001 10000100 1001000 0 11001 111011 11111 100010 101010 110001

Color Harmonies of #B18448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18448

Black with #B18448

Text Example


Text Example

White with #B18448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18448; }

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

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

background-color css

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

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

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

border-color css

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

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

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