Html Css Color HEX #B1844A Muddy Waters

📋 copy color: '#B1844A'

red 177 ◦ green 132 ◦ blue 74

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

Shades of Muddy Waters #B1844A

Tints of Muddy Waters #B1844A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.32%

R = 46.21%
G = 34.46%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1844A (or 0xB1844A) is known color: Muddy Waters. HEX triplet: B1, 84 and 4A. RGB value is (177,132,74). Sum of RGB (Red+Green+Blue) = 177+132+74=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1844A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1844A is #4E7BB5. Grayscale: #8B8B8B. Windows color (decimal): -5143478 or 4883633. OLE color: 4883633.

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

Color convert

RGB 177 132 74 -
CMYK 0 0.25 0.58 0.31
HSL 33.79º 0.41% 0.49% -
HSV(B) 33.79º 0.58% 0.69% -
XYZ 27.62 26.34 10.11 -
YUV 138.84 91.41 155.22 -
System Red Green Blue C M Y K H S L
Decimal 177 132 74 0 0.25 0.58 0.31 33.79 0.41 0.49
Hex B1 84 4A 0 19 3A 1F 22 29 31
Octal 261 204 112 0 31 72 37 42 51 61
Binary 10110001 10000100 1001010 0 11001 111010 11111 100010 101001 110001

Color Harmonies of #B1844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1844A

Black with #B1844A

Text Example


Text Example

White with #B1844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1844A; }

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

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

background-color css

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

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

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

border-color css

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

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

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