Html Css Color HEX #B4804E Muddy Waters

📋 copy color: '#B4804E'

red 180 ◦ green 128 ◦ blue 78

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

Shades of Muddy Waters #B4804E

Tints of Muddy Waters #B4804E

RGB

 RED value IS 180 (70.7% from 255) = 46.63%

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

 BLUE value IS 78 (30.86% from 255) = 20.21%

R = 46.63%
G = 33.16%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B4804E (or 0xB4804E) is known color: Muddy Waters. HEX triplet: B4, 80 and 4E. RGB value is (180,128,78). Sum of RGB (Red+Green+Blue) = 180+128+78=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B4804E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4804E is #4B7FB1. Grayscale: #8A8A8A. Windows color (decimal): -4947890 or 5144756. OLE color: 5144756.

HSL color Cylindrical-coordinate representation of color #B4804E: hue angle of 29.41º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4804E is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 128 78 -
CMYK 0 0.29 0.57 0.29
HSL 29.41º 0.4% 0.51% -
HSV(B) 29.41º 0.57% 0.71% -
XYZ 27.92 25.69 10.7 -
YUV 137.85 94.23 158.07 -
System Red Green Blue C M Y K H S L
Decimal 180 128 78 0 0.29 0.57 0.29 29.41 0.4 0.51
Hex B4 80 4E 0 1D 39 1D 1D 28 33
Octal 264 200 116 0 35 71 35 35 50 63
Binary 10110100 10000000 1001110 0 11101 111001 11101 11101 101000 110011

Color Harmonies of #B4804E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4804E

Black with #B4804E

Text Example


Text Example

White with #B4804E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4804E; }

 p { color: rgb(180,128,78); }

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

background-color css

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

 a { background-color: rgb(180,128,78); }

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

border-color css

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

 span { border-color: rgb(180,128,78); }

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