Html Css Color HEX #B4854A Muddy Waters

📋 copy color: '#B4854A'

red 180 ◦ green 133 ◦ blue 74

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

Shades of Muddy Waters #B4854A

Tints of Muddy Waters #B4854A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.37%

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

R = 46.51%
G = 34.37%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B4854A (or 0xB4854A) is known color: Muddy Waters. HEX triplet: B4, 85 and 4A. RGB value is (180,133,74). Sum of RGB (Red+Green+Blue) = 180+133+74=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B4854A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4854A is #4B7AB5. Grayscale: #8C8C8C. Windows color (decimal): -4946614 or 4883892. OLE color: 4883892.

HSL color Cylindrical-coordinate representation of color #B4854A: hue angle of 33.4º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4854A is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 133 74 -
CMYK 0 0.26 0.59 0.29
HSL 33.4º 0.42% 0.5% -
HSV(B) 33.4º 0.59% 0.71% -
XYZ 28.45 26.97 10.19 -
YUV 140.33 90.57 156.3 -
System Red Green Blue C M Y K H S L
Decimal 180 133 74 0 0.26 0.59 0.29 33.4 0.42 0.5
Hex B4 85 4A 0 1A 3B 1D 21 2A 32
Octal 264 205 112 0 32 73 35 41 52 62
Binary 10110100 10000101 1001010 0 11010 111011 11101 100001 101010 110010

Color Harmonies of #B4854A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4854A

Black with #B4854A

Text Example


Text Example

White with #B4854A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4854A; }

 p { color: rgb(180,133,74); }

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

background-color css

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

 a { background-color: rgb(180,133,74); }

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

border-color css

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

 span { border-color: rgb(180,133,74); }

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