Html Css Color HEX #B0804A Muddy Waters

📋 copy color: '#B0804A'

red 176 ◦ green 128 ◦ blue 74

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

Shades of Muddy Waters #B0804A

Tints of Muddy Waters #B0804A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.86%

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

R = 46.56%
G = 33.86%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0804A (or 0xB0804A) is known color: Muddy Waters. HEX triplet: B0, 80 and 4A. RGB value is (176,128,74). Sum of RGB (Red+Green+Blue) = 176+128+74=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B0804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0804A is #4F7FB5. Grayscale: #888888. Windows color (decimal): -5210038 or 4882608. OLE color: 4882608.

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

Color convert

RGB 176 128 74 -
CMYK 0 0.27 0.58 0.31
HSL 31.76º 0.41% 0.49% -
HSV(B) 31.76º 0.58% 0.69% -
XYZ 26.86 25.16 9.92 -
YUV 136.2 92.9 156.39 -
System Red Green Blue C M Y K H S L
Decimal 176 128 74 0 0.27 0.58 0.31 31.76 0.41 0.49
Hex B0 80 4A 0 1B 3A 1F 20 29 31
Octal 260 200 112 0 33 72 37 40 51 61
Binary 10110000 10000000 1001010 0 11011 111010 11111 100000 101001 110001

Color Harmonies of #B0804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0804A

Black with #B0804A

Text Example


Text Example

White with #B0804A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0804A; }

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

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

background-color css

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

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

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

border-color css

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

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

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