Html Css Color HEX #B18054 Muddy Waters

📋 copy color: '#B18054'

red 177 ◦ green 128 ◦ blue 84

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

Shades of Muddy Waters #B18054

Tints of Muddy Waters #B18054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.59%

R = 45.5%
G = 32.9%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B18054 (or 0xB18054) is known color: Muddy Waters. HEX triplet: B1, 80 and 54. RGB value is (177,128,84). Sum of RGB (Red+Green+Blue) = 177+128+84=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B18054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18054 is #4E7FAB. Grayscale: #898989. Windows color (decimal): -5144492 or 5537969. OLE color: 5537969.

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

Color convert

RGB 177 128 84 -
CMYK 0 0.28 0.53 0.31
HSL 28.39º 0.37% 0.51% -
HSV(B) 28.39º 0.53% 0.69% -
XYZ 27.45 25.43 11.85 -
YUV 137.64 97.73 156.08 -
System Red Green Blue C M Y K H S L
Decimal 177 128 84 0 0.28 0.53 0.31 28.39 0.37 0.51
Hex B1 80 54 0 1C 35 1F 1C 25 33
Octal 261 200 124 0 34 65 37 34 45 63
Binary 10110001 10000000 1010100 0 11100 110101 11111 11100 100101 110011

Color Harmonies of #B18054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18054

Black with #B18054

Text Example


Text Example

White with #B18054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18054; }

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

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

background-color css

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

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

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

border-color css

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

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

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