Html Css Color HEX #B18748 Muddy Waters

📋 copy color: '#B18748'

red 177 ◦ green 135 ◦ blue 72

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

Shades of Muddy Waters #B18748

Tints of Muddy Waters #B18748

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.16%

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

R = 46.09%
G = 35.16%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B18748 (or 0xB18748) is known color: Muddy Waters. HEX triplet: B1, 87 and 48. RGB value is (177,135,72). Sum of RGB (Red+Green+Blue) = 177+135+72=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B18748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18748 is #4E78B7. Grayscale: #8C8C8C. Windows color (decimal): -5142712 or 4753329. OLE color: 4753329.

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

Color convert

RGB 177 135 72 -
CMYK 0 0.24 0.59 0.31
HSL 36º 0.42% 0.49% -
HSV(B) 36º 0.59% 0.69% -
XYZ 27.97 27.14 9.9 -
YUV 140.38 89.41 154.12 -
System Red Green Blue C M Y K H S L
Decimal 177 135 72 0 0.24 0.59 0.31 36 0.42 0.49
Hex B1 87 48 0 18 3B 1F 24 2A 31
Octal 261 207 110 0 30 73 37 44 52 61
Binary 10110001 10000111 1001000 0 11000 111011 11111 100100 101010 110001

Color Harmonies of #B18748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18748

Black with #B18748

Text Example


Text Example

White with #B18748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18748; }

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

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

background-color css

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

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

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

border-color css

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

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

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