Html Css Color HEX #B1874A Muddy Waters

📋 copy color: '#B1874A'

red 177 ◦ green 135 ◦ blue 74

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

Shades of Muddy Waters #B1874A

Tints of Muddy Waters #B1874A

RGB

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

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

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

R = 45.85%
G = 34.97%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1874A (or 0xB1874A) is known color: Muddy Waters. HEX triplet: B1, 87 and 4A. RGB value is (177,135,74). Sum of RGB (Red+Green+Blue) = 177+135+74=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1874A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1874A is #4E78B5. Grayscale: #8C8C8C. Windows color (decimal): -5142710 or 4884401. OLE color: 4884401.

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

Color convert

RGB 177 135 74 -
CMYK 0 0.24 0.58 0.31
HSL 35.53º 0.41% 0.49% -
HSV(B) 35.53º 0.58% 0.69% -
XYZ 28.03 27.17 10.25 -
YUV 140.6 90.41 153.96 -
System Red Green Blue C M Y K H S L
Decimal 177 135 74 0 0.24 0.58 0.31 35.53 0.41 0.49
Hex B1 87 4A 0 18 3A 1F 24 29 31
Octal 261 207 112 0 30 72 37 44 51 61
Binary 10110001 10000111 1001010 0 11000 111010 11111 100100 101001 110001

Color Harmonies of #B1874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1874A

Black with #B1874A

Text Example


Text Example

White with #B1874A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1874A; }

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

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

background-color css

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

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

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

border-color css

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

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

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