Html Css Color HEX #B18345 Muddy Waters

📋 copy color: '#B18345'

red 177 ◦ green 131 ◦ blue 69

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

Shades of Muddy Waters #B18345

Tints of Muddy Waters #B18345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.3%

R = 46.95%
G = 34.75%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B18345 (or 0xB18345) is known color: Muddy Waters. HEX triplet: B1, 83 and 45. RGB value is (177,131,69). Sum of RGB (Red+Green+Blue) = 177+131+69=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B18345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18345 is #4E7CBA. Grayscale: #898989. Windows color (decimal): -5143739 or 4555697. OLE color: 4555697.

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

Color convert

RGB 177 131 69 -
CMYK 0 0.26 0.61 0.31
HSL 34.44º 0.44% 0.48% -
HSV(B) 34.44º 0.61% 0.69% -
XYZ 27.32 26.01 9.21 -
YUV 137.69 89.24 156.04 -
System Red Green Blue C M Y K H S L
Decimal 177 131 69 0 0.26 0.61 0.31 34.44 0.44 0.48
Hex B1 83 45 0 1A 3D 1F 22 2C 30
Octal 261 203 105 0 32 75 37 42 54 60
Binary 10110001 10000011 1000101 0 11010 111101 11111 100010 101100 110000

Color Harmonies of #B18345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18345

Black with #B18345

Text Example


Text Example

White with #B18345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18345; }

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

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

background-color css

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

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

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

border-color css

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

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

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