Html Css Color HEX #B18145 Muddy Waters

📋 copy color: '#B18145'

red 177 ◦ green 129 ◦ blue 69

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

Shades of Muddy Waters #B18145

Tints of Muddy Waters #B18145

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.4%

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

R = 47.2%
G = 34.4%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B18145 (or 0xB18145) is known color: Muddy Waters. HEX triplet: B1, 81 and 45. RGB value is (177,129,69). Sum of RGB (Red+Green+Blue) = 177+129+69=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B18145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18145 is #4E7EBA. Grayscale: #888888. Windows color (decimal): -5144251 or 4555185. OLE color: 4555185.

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

Color convert

RGB 177 129 69 -
CMYK 0 0.27 0.61 0.31
HSL 33.33º 0.44% 0.48% -
HSV(B) 33.33º 0.61% 0.69% -
XYZ 27.06 25.48 9.12 -
YUV 136.51 89.9 156.88 -
System Red Green Blue C M Y K H S L
Decimal 177 129 69 0 0.27 0.61 0.31 33.33 0.44 0.48
Hex B1 81 45 0 1B 3D 1F 21 2C 30
Octal 261 201 105 0 33 75 37 41 54 60
Binary 10110001 10000001 1000101 0 11011 111101 11111 100001 101100 110000

Color Harmonies of #B18145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18145

Black with #B18145

Text Example


Text Example

White with #B18145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18145; }

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

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

background-color css

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

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

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

border-color css

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

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

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