Html Css Color HEX #B18352 Muddy Waters

📋 copy color: '#B18352'

red 177 ◦ green 131 ◦ blue 82

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

Shades of Muddy Waters #B18352

Tints of Muddy Waters #B18352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.03%

R = 45.38%
G = 33.59%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B18352 (or 0xB18352) is known color: Muddy Waters. HEX triplet: B1, 83 and 52. RGB value is (177,131,82). Sum of RGB (Red+Green+Blue) = 177+131+82=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B18352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18352 is #4E7CAD. Grayscale: #8B8B8B. Windows color (decimal): -5143726 or 5407665. OLE color: 5407665.

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

Color convert

RGB 177 131 82 -
CMYK 0 0.26 0.54 0.31
HSL 30.95º 0.38% 0.51% -
HSV(B) 30.95º 0.54% 0.69% -
XYZ 27.77 26.19 11.57 -
YUV 139.17 95.74 154.98 -
System Red Green Blue C M Y K H S L
Decimal 177 131 82 0 0.26 0.54 0.31 30.95 0.38 0.51
Hex B1 83 52 0 1A 36 1F 1F 26 33
Octal 261 203 122 0 32 66 37 37 46 63
Binary 10110001 10000011 1010010 0 11010 110110 11111 11111 100110 110011

Color Harmonies of #B18352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18352

Black with #B18352

Text Example


Text Example

White with #B18352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18352; }

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

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

background-color css

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

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

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

border-color css

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

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

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