Html Css Color HEX #B1884B Muddy Waters

📋 copy color: '#B1884B'

red 177 ◦ green 136 ◦ blue 75

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

Shades of Muddy Waters #B1884B

Tints of Muddy Waters #B1884B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.05%

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

R = 45.62%
G = 35.05%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1884B (or 0xB1884B) is known color: Muddy Waters. HEX triplet: B1, 88 and 4B. RGB value is (177,136,75). Sum of RGB (Red+Green+Blue) = 177+136+75=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1884B is #4E77B4. Grayscale: #8D8D8D. Windows color (decimal): -5142453 or 4950193. OLE color: 4950193.

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

Color convert

RGB 177 136 75 -
CMYK 0 0.23 0.58 0.31
HSL 35.88º 0.4% 0.49% -
HSV(B) 35.88º 0.58% 0.69% -
XYZ 28.21 27.46 10.47 -
YUV 141.31 90.58 153.46 -
System Red Green Blue C M Y K H S L
Decimal 177 136 75 0 0.23 0.58 0.31 35.88 0.4 0.49
Hex B1 88 4B 0 17 3A 1F 24 28 31
Octal 261 210 113 0 27 72 37 44 50 61
Binary 10110001 10001000 1001011 0 10111 111010 11111 100100 101000 110001

Color Harmonies of #B1884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1884B

Black with #B1884B

Text Example


Text Example

White with #B1884B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1884B; }

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

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

background-color css

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

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

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

border-color css

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

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

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