Html Css Color HEX #B18346 Muddy Waters

📋 copy color: '#B18346'

red 177 ◦ green 131 ◦ blue 70

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

Shades of Muddy Waters #B18346

Tints of Muddy Waters #B18346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.52%

R = 46.83%
G = 34.66%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B18346 (or 0xB18346) is known color: Muddy Waters. HEX triplet: B1, 83 and 46. RGB value is (177,131,70). Sum of RGB (Red+Green+Blue) = 177+131+70=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B18346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18346 is #4E7CB9. Grayscale: #8A8A8A. Windows color (decimal): -5143738 or 4621233. OLE color: 4621233.

HSL color Cylindrical-coordinate representation of color #B18346: hue angle of 34.21º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B18346 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 131 70 -
CMYK 0 0.26 0.60 0.31
HSL 34.21º 0.43% 0.48% -
HSV(B) 34.21º 0.6% 0.69% -
XYZ 27.35 26.02 9.38 -
YUV 137.8 89.74 155.96 -
System Red Green Blue C M Y K H S L
Decimal 177 131 70 0 0.26 0.60 0.31 34.21 0.43 0.48
Hex B1 83 46 0 1A 3C 1F 22 2B 30
Octal 261 203 106 0 32 74 37 42 53 60
Binary 10110001 10000011 1000110 0 11010 111100 11111 100010 101011 110000

Color Harmonies of #B18346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18346

Black with #B18346

Text Example


Text Example

White with #B18346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18346; }

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

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

background-color css

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

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

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

border-color css

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

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

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