Html Css Color HEX #B47E54 Muddy Waters

📋 copy color: '#B47E54'

red 180 ◦ green 126 ◦ blue 84

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

Shades of Muddy Waters #B47E54

Tints of Muddy Waters #B47E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.54%

R = 46.15%
G = 32.31%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B47E54 (or 0xB47E54) is known color: Muddy Waters. HEX triplet: B4, 7E and 54. RGB value is (180,126,84). Sum of RGB (Red+Green+Blue) = 180+126+84=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47E54 is #4B81AB. Grayscale: #898989. Windows color (decimal): -4948396 or 5537460. OLE color: 5537460.

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

Color convert

RGB 180 126 84 -
CMYK 0 0.3 0.53 0.29
HSL 26.25º 0.39% 0.52% -
HSV(B) 26.25º 0.53% 0.71% -
XYZ 27.88 25.27 11.79 -
YUV 137.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 180 126 84 0 0.3 0.53 0.29 26.25 0.39 0.52
Hex B4 7E 54 0 1E 35 1D 1A 27 34
Octal 264 176 124 0 36 65 35 32 47 64
Binary 10110100 1111110 1010100 0 11110 110101 11101 11010 100111 110100

Color Harmonies of #B47E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47E54

Black with #B47E54

Text Example


Text Example

White with #B47E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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