Html Css Color HEX #B18355 Muddy Waters

📋 copy color: '#B18355'

red 177 ◦ green 131 ◦ blue 85

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

Shades of Muddy Waters #B18355

Tints of Muddy Waters #B18355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.63%

R = 45.04%
G = 33.33%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B18355 (or 0xB18355) is known color: Muddy Waters. HEX triplet: B1, 83 and 55. RGB value is (177,131,85). Sum of RGB (Red+Green+Blue) = 177+131+85=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B18355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18355 is #4E7CAA. Grayscale: #8B8B8B. Windows color (decimal): -5143723 or 5604273. OLE color: 5604273.

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

Color convert

RGB 177 131 85 -
CMYK 0 0.26 0.52 0.31
HSL 30º 0.37% 0.51% -
HSV(B) 30º 0.52% 0.69% -
XYZ 27.89 26.24 12.19 -
YUV 139.51 97.24 154.74 -
System Red Green Blue C M Y K H S L
Decimal 177 131 85 0 0.26 0.52 0.31 30 0.37 0.51
Hex B1 83 55 0 1A 34 1F 1E 25 33
Octal 261 203 125 0 32 64 37 36 45 63
Binary 10110001 10000011 1010101 0 11010 110100 11111 11110 100101 110011

Color Harmonies of #B18355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18355

Black with #B18355

Text Example


Text Example

White with #B18355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18355; }

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

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

background-color css

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

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

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

border-color css

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

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

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