Html Css Color HEX #B18046 Muddy Waters

📋 copy color: '#B18046'

red 177 ◦ green 128 ◦ blue 70

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

Shades of Muddy Waters #B18046

Tints of Muddy Waters #B18046

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.13%

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

R = 47.2%
G = 34.13%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B18046 (or 0xB18046) is known color: Muddy Waters. HEX triplet: B1, 80 and 46. RGB value is (177,128,70). Sum of RGB (Red+Green+Blue) = 177+128+70=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B18046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18046 is #4E7FB9. Grayscale: #888888. Windows color (decimal): -5144506 or 4620465. OLE color: 4620465.

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

Color convert

RGB 177 128 70 -
CMYK 0 0.28 0.60 0.31
HSL 32.52º 0.43% 0.48% -
HSV(B) 32.52º 0.6% 0.69% -
XYZ 26.96 25.23 9.24 -
YUV 136.04 90.73 157.22 -
System Red Green Blue C M Y K H S L
Decimal 177 128 70 0 0.28 0.60 0.31 32.52 0.43 0.48
Hex B1 80 46 0 1C 3C 1F 21 2B 30
Octal 261 200 106 0 34 74 37 41 53 60
Binary 10110001 10000000 1000110 0 11100 111100 11111 100001 101011 110000

Color Harmonies of #B18046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18046

Black with #B18046

Text Example


Text Example

White with #B18046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18046; }

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

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

background-color css

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

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

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

border-color css

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

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

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