Html Css Color HEX #B18148 Muddy Waters

📋 copy color: '#B18148'

red 177 ◦ green 129 ◦ blue 72

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

Shades of Muddy Waters #B18148

Tints of Muddy Waters #B18148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.05%

R = 46.83%
G = 34.13%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B18148 (or 0xB18148) is known color: Muddy Waters. HEX triplet: B1, 81 and 48. RGB value is (177,129,72). Sum of RGB (Red+Green+Blue) = 177+129+72=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B18148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18148 is #4E7EB7. Grayscale: #898989. Windows color (decimal): -5144248 or 4751793. OLE color: 4751793.

HSL color Cylindrical-coordinate representation of color #B18148: hue angle of 32.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B18148 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 129 72 -
CMYK 0 0.27 0.59 0.31
HSL 32.57º 0.42% 0.49% -
HSV(B) 32.57º 0.59% 0.69% -
XYZ 27.15 25.52 9.62 -
YUV 136.85 91.4 156.63 -
System Red Green Blue C M Y K H S L
Decimal 177 129 72 0 0.27 0.59 0.31 32.57 0.42 0.49
Hex B1 81 48 0 1B 3B 1F 21 2A 31
Octal 261 201 110 0 33 73 37 41 52 61
Binary 10110001 10000001 1001000 0 11011 111011 11111 100001 101010 110001

Color Harmonies of #B18148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18148

Black with #B18148

Text Example


Text Example

White with #B18148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18148; }

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

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

background-color css

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

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

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

border-color css

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

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

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