Html Css Color HEX #B18552 Muddy Waters

📋 copy color: '#B18552'

red 177 ◦ green 133 ◦ blue 82

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

Shades of Muddy Waters #B18552

Tints of Muddy Waters #B18552

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.93%

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

R = 45.15%
G = 33.93%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B18552 (or 0xB18552) is known color: Muddy Waters. HEX triplet: B1, 85 and 52. RGB value is (177,133,82). Sum of RGB (Red+Green+Blue) = 177+133+82=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B18552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18552 is #4E7AAD. Grayscale: #8C8C8C. Windows color (decimal): -5143214 or 5408177. OLE color: 5408177.

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

Color convert

RGB 177 133 82 -
CMYK 0 0.25 0.54 0.31
HSL 32.21º 0.38% 0.51% -
HSV(B) 32.21º 0.54% 0.69% -
XYZ 28.04 26.73 11.66 -
YUV 140.34 95.08 154.15 -
System Red Green Blue C M Y K H S L
Decimal 177 133 82 0 0.25 0.54 0.31 32.21 0.38 0.51
Hex B1 85 52 0 19 36 1F 20 26 33
Octal 261 205 122 0 31 66 37 40 46 63
Binary 10110001 10000101 1010010 0 11001 110110 11111 100000 100110 110011

Color Harmonies of #B18552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18552

Black with #B18552

Text Example


Text Example

White with #B18552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18552; }

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

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

background-color css

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

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

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

border-color css

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

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

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