Html Css Color HEX #B1844B Muddy Waters

📋 copy color: '#B1844B'

red 177 ◦ green 132 ◦ blue 75

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

Shades of Muddy Waters #B1844B

Tints of Muddy Waters #B1844B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.53%

R = 46.09%
G = 34.38%
B = 19.53%

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

#B1844B (or 0xB1844B) is known color: Muddy Waters. HEX triplet: B1, 84 and 4B. RGB value is (177,132,75). Sum of RGB (Red+Green+Blue) = 177+132+75=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1844B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1844B is #4E7BB4. Grayscale: #8B8B8B. Windows color (decimal): -5143477 or 4949169. OLE color: 4949169.

HSL color Cylindrical-coordinate representation of color #B1844B: hue angle of 33.53º degrees, saturation: 0.4, 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 #B1844B is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 132 75 -
CMYK 0 0.25 0.58 0.31
HSL 33.53º 0.4% 0.49% -
HSV(B) 33.53º 0.58% 0.69% -
XYZ 27.65 26.36 10.29 -
YUV 138.96 91.91 155.13 -
System Red Green Blue C M Y K H S L
Decimal 177 132 75 0 0.25 0.58 0.31 33.53 0.4 0.49
Hex B1 84 4B 0 19 3A 1F 22 28 31
Octal 261 204 113 0 31 72 37 42 50 61
Binary 10110001 10000100 1001011 0 11001 111010 11111 100010 101000 110001

Color Harmonies of #B1844B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1844B

Black with #B1844B

Text Example


Text Example

White with #B1844B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1844B; }

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

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

background-color css

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

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

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

border-color css

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

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

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