Html Css Color HEX #B0794A Muddy Waters

📋 copy color: '#B0794A'

red 176 ◦ green 121 ◦ blue 74

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

Shades of Muddy Waters #B0794A

Tints of Muddy Waters #B0794A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.61%

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

R = 47.44%
G = 32.61%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0794A (or 0xB0794A) is known color: Muddy Waters. HEX triplet: B0, 79 and 4A. RGB value is (176,121,74). Sum of RGB (Red+Green+Blue) = 176+121+74=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0794A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0794A is #4F86B5. Grayscale: #848484. Windows color (decimal): -5211830 or 4880816. OLE color: 4880816.

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

Color convert

RGB 176 121 74 -
CMYK 0 0.31 0.58 0.31
HSL 27.65º 0.41% 0.49% -
HSV(B) 27.65º 0.58% 0.69% -
XYZ 25.98 23.4 9.63 -
YUV 132.09 95.22 159.32 -
System Red Green Blue C M Y K H S L
Decimal 176 121 74 0 0.31 0.58 0.31 27.65 0.41 0.49
Hex B0 79 4A 0 1F 3A 1F 1C 29 31
Octal 260 171 112 0 37 72 37 34 51 61
Binary 10110000 1111001 1001010 0 11111 111010 11111 11100 101001 110001

Color Harmonies of #B0794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0794A

Black with #B0794A

Text Example


Text Example

White with #B0794A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0794A; }

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

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

background-color css

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

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

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

border-color css

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

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

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