Html Css Color HEX #B1834A Muddy Waters

📋 copy color: '#B1834A'

red 177 ◦ green 131 ◦ blue 74

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

Shades of Muddy Waters #B1834A

Tints of Muddy Waters #B1834A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.29%

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

R = 46.34%
G = 34.29%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1834A (or 0xB1834A) is known color: Muddy Waters. HEX triplet: B1, 83 and 4A. RGB value is (177,131,74). Sum of RGB (Red+Green+Blue) = 177+131+74=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1834A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1834A is #4E7CB5. Grayscale: #8A8A8A. Windows color (decimal): -5143734 or 4883377. OLE color: 4883377.

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

Color convert

RGB 177 131 74 -
CMYK 0 0.26 0.58 0.31
HSL 33.2º 0.41% 0.49% -
HSV(B) 33.2º 0.58% 0.69% -
XYZ 27.48 26.07 10.06 -
YUV 138.26 91.74 155.63 -
System Red Green Blue C M Y K H S L
Decimal 177 131 74 0 0.26 0.58 0.31 33.2 0.41 0.49
Hex B1 83 4A 0 1A 3A 1F 21 29 31
Octal 261 203 112 0 32 72 37 41 51 61
Binary 10110001 10000011 1001010 0 11010 111010 11111 100001 101001 110001

Color Harmonies of #B1834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1834A

Black with #B1834A

Text Example


Text Example

White with #B1834A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1834A; }

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

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

background-color css

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

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

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

border-color css

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

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

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