Html Css Color HEX #B37B50 Muddy Waters

📋 copy color: '#B37B50'

red 179 ◦ green 123 ◦ blue 80

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

Shades of Muddy Waters #B37B50

Tints of Muddy Waters #B37B50

RGB

 RED value IS 179 (70.31% from 255) = 46.86%

 GREEN value IS 123 (48.44% from 255) = 32.2%

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

R = 46.86%
G = 32.2%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B37B50 (or 0xB37B50) is known color: Muddy Waters. HEX triplet: B3, 7B and 50. RGB value is (179,123,80). Sum of RGB (Red+Green+Blue) = 179+123+80=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37B50 is #4C84AF. Grayscale: #878787. Windows color (decimal): -5014704 or 5274547. OLE color: 5274547.

HSL color Cylindrical-coordinate representation of color #B37B50: hue angle of 26.06º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B37B50 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 123 80 -
CMYK 0 0.31 0.55 0.30
HSL 26.06º 0.39% 0.51% -
HSV(B) 26.06º 0.55% 0.7% -
XYZ 27.12 24.33 10.86 -
YUV 134.84 97.05 159.5 -
System Red Green Blue C M Y K H S L
Decimal 179 123 80 0 0.31 0.55 0.30 26.06 0.39 0.51
Hex B3 7B 50 0 1F 37 1E 1A 27 33
Octal 263 173 120 0 37 67 36 32 47 63
Binary 10110011 1111011 1010000 0 11111 110111 11110 11010 100111 110011

Color Harmonies of #B37B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37B50

Black with #B37B50

Text Example


Text Example

White with #B37B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37B50; }

 p { color: rgb(179,123,80); }

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

background-color css

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

 a { background-color: rgb(179,123,80); }

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

border-color css

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

 span { border-color: rgb(179,123,80); }

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