Html Css Color HEX #B47E50 Muddy Waters

📋 copy color: '#B47E50'

red 180 ◦ green 126 ◦ blue 80

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

Shades of Muddy Waters #B47E50

Tints of Muddy Waters #B47E50

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.64%

 BLUE value IS 80 (31.64% from 255) = 20.73%

R = 46.63%
G = 32.64%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B47E50 (or 0xB47E50) is known color: Muddy Waters. HEX triplet: B4, 7E and 50. RGB value is (180,126,80). Sum of RGB (Red+Green+Blue) = 180+126+80=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47E50 is #4B81AF. Grayscale: #898989. Windows color (decimal): -4948400 or 5275316. OLE color: 5275316.

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

Color convert

RGB 180 126 80 -
CMYK 0 0.3 0.56 0.29
HSL 27.6º 0.4% 0.51% -
HSV(B) 27.6º 0.56% 0.71% -
XYZ 27.73 25.2 10.99 -
YUV 136.9 95.89 158.74 -
System Red Green Blue C M Y K H S L
Decimal 180 126 80 0 0.3 0.56 0.29 27.6 0.4 0.51
Hex B4 7E 50 0 1E 38 1D 1C 28 33
Octal 264 176 120 0 36 70 35 34 50 63
Binary 10110100 1111110 1010000 0 11110 111000 11101 11100 101000 110011

Color Harmonies of #B47E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47E50

Black with #B47E50

Text Example


Text Example

White with #B47E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47E50; }

 p { color: rgb(180,126,80); }

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

background-color css

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

 a { background-color: rgb(180,126,80); }

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

border-color css

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

 span { border-color: rgb(180,126,80); }

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