Html Css Color HEX #B0844A Muddy Waters

📋 copy color: '#B0844A'

red 176 ◦ green 132 ◦ blue 74

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

Shades of Muddy Waters #B0844A

Tints of Muddy Waters #B0844A

RGB

 RED value IS 176 (69.14% from 255) = 46.07%

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

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

R = 46.07%
G = 34.55%
B = 19.37%

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

#B0844A (or 0xB0844A) is known color: Muddy Waters. HEX triplet: B0, 84 and 4A. RGB value is (176,132,74). Sum of RGB (Red+Green+Blue) = 176+132+74=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B0844A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0844A is #4F7BB5. Grayscale: #8A8A8A. Windows color (decimal): -5209014 or 4883632. OLE color: 4883632.

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

Color convert

RGB 176 132 74 -
CMYK 0 0.25 0.58 0.31
HSL 34.12º 0.41% 0.49% -
HSV(B) 34.12º 0.58% 0.69% -
XYZ 27.39 26.23 10.1 -
YUV 138.54 91.58 154.72 -
System Red Green Blue C M Y K H S L
Decimal 176 132 74 0 0.25 0.58 0.31 34.12 0.41 0.49
Hex B0 84 4A 0 19 3A 1F 22 29 31
Octal 260 204 112 0 31 72 37 42 51 61
Binary 10110000 10000100 1001010 0 11001 111010 11111 100010 101001 110001

Color Harmonies of #B0844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0844A

Black with #B0844A

Text Example


Text Example

White with #B0844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0844A; }

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

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

background-color css

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

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

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

border-color css

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

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

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