Html Css Color HEX #B18350 Muddy Waters

📋 copy color: '#B18350'

red 177 ◦ green 131 ◦ blue 80

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

Shades of Muddy Waters #B18350

Tints of Muddy Waters #B18350

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.76%

 BLUE value IS 80 (31.64% from 255) = 20.62%

R = 45.62%
G = 33.76%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B18350 (or 0xB18350) is known color: Muddy Waters. HEX triplet: B1, 83 and 50. RGB value is (177,131,80). Sum of RGB (Red+Green+Blue) = 177+131+80=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B18350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18350 is #4E7CAF. Grayscale: #8B8B8B. Windows color (decimal): -5143728 or 5276593. OLE color: 5276593.

HSL color Cylindrical-coordinate representation of color #B18350: hue angle of 31.55º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B18350 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 131 80 -
CMYK 0 0.26 0.55 0.31
HSL 31.55º 0.38% 0.5% -
HSV(B) 31.55º 0.55% 0.69% -
XYZ 27.7 26.16 11.18 -
YUV 138.94 94.74 155.15 -
System Red Green Blue C M Y K H S L
Decimal 177 131 80 0 0.26 0.55 0.31 31.55 0.38 0.5
Hex B1 83 50 0 1A 37 1F 20 26 32
Octal 261 203 120 0 32 67 37 40 46 62
Binary 10110001 10000011 1010000 0 11010 110111 11111 100000 100110 110010

Color Harmonies of #B18350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18350

Black with #B18350

Text Example


Text Example

White with #B18350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18350; }

 p { color: rgb(177,131,80); }

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

background-color css

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

 a { background-color: rgb(177,131,80); }

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

border-color css

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

 span { border-color: rgb(177,131,80); }

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