Html Css Color HEX #B1844E Muddy Waters

📋 copy color: '#B1844E'

red 177 ◦ green 132 ◦ blue 78

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

Shades of Muddy Waters #B1844E

Tints of Muddy Waters #B1844E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.11%

 BLUE value IS 78 (30.86% from 255) = 20.16%

R = 45.74%
G = 34.11%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1844E (or 0xB1844E) is known color: Muddy Waters. HEX triplet: B1, 84 and 4E. RGB value is (177,132,78). Sum of RGB (Red+Green+Blue) = 177+132+78=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1844E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1844E is #4E7BB1. Grayscale: #8B8B8B. Windows color (decimal): -5143474 or 5145777. OLE color: 5145777.

HSL color Cylindrical-coordinate representation of color #B1844E: hue angle of 32.73º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1844E is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 132 78 -
CMYK 0 0.25 0.56 0.31
HSL 32.73º 0.39% 0.5% -
HSV(B) 32.73º 0.56% 0.69% -
XYZ 27.76 26.4 10.84 -
YUV 139.3 93.41 154.89 -
System Red Green Blue C M Y K H S L
Decimal 177 132 78 0 0.25 0.56 0.31 32.73 0.39 0.5
Hex B1 84 4E 0 19 38 1F 21 27 32
Octal 261 204 116 0 31 70 37 41 47 62
Binary 10110001 10000100 1001110 0 11001 111000 11111 100001 100111 110010

Color Harmonies of #B1844E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1844E

Black with #B1844E

Text Example


Text Example

White with #B1844E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1844E; }

 p { color: rgb(177,132,78); }

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

background-color css

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

 a { background-color: rgb(177,132,78); }

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

border-color css

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

 span { border-color: rgb(177,132,78); }

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