Html Css Color HEX #B37B4E Muddy Waters

📋 copy color: '#B37B4E'

red 179 ◦ green 123 ◦ blue 78

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

Shades of Muddy Waters #B37B4E

Tints of Muddy Waters #B37B4E

RGB

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

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

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

R = 47.11%
G = 32.37%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B37B4E (or 0xB37B4E) is known color: Muddy Waters. HEX triplet: B3, 7B and 4E. RGB value is (179,123,78). Sum of RGB (Red+Green+Blue) = 179+123+78=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37B4E is #4C84B1. Grayscale: #868686. Windows color (decimal): -5014706 or 5143475. OLE color: 5143475.

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

Color convert

RGB 179 123 78 -
CMYK 0 0.31 0.56 0.30
HSL 26.73º 0.4% 0.5% -
HSV(B) 26.73º 0.56% 0.7% -
XYZ 27.05 24.3 10.47 -
YUV 134.61 96.05 159.66 -
System Red Green Blue C M Y K H S L
Decimal 179 123 78 0 0.31 0.56 0.30 26.73 0.4 0.5
Hex B3 7B 4E 0 1F 38 1E 1B 28 32
Octal 263 173 116 0 37 70 36 33 50 62
Binary 10110011 1111011 1001110 0 11111 111000 11110 11011 101000 110010

Color Harmonies of #B37B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37B4E

Black with #B37B4E

Text Example


Text Example

White with #B37B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37B4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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