Html Css Color HEX #B07E50 Muddy Waters

📋 copy color: '#B07E50'

red 176 ◦ green 126 ◦ blue 80

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

Shades of Muddy Waters #B07E50

Tints of Muddy Waters #B07E50

RGB

 RED value IS 176 (69.14% from 255) = 46.07%

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

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

R = 46.07%
G = 32.98%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B07E50 (or 0xB07E50) is known color: Muddy Waters. HEX triplet: B0, 7E and 50. RGB value is (176,126,80). Sum of RGB (Red+Green+Blue) = 176+126+80=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E50 is #4F81AF. Grayscale: #878787. Windows color (decimal): -5210544 or 5275312. OLE color: 5275312.

HSL color Cylindrical-coordinate representation of color #B07E50: hue angle of 28.75º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B07E50 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 126 80 -
CMYK 0 0.28 0.55 0.31
HSL 28.75º 0.38% 0.5% -
HSV(B) 28.75º 0.55% 0.69% -
XYZ 26.81 24.73 10.95 -
YUV 135.71 96.57 156.74 -
System Red Green Blue C M Y K H S L
Decimal 176 126 80 0 0.28 0.55 0.31 28.75 0.38 0.5
Hex B0 7E 50 0 1C 37 1F 1D 26 32
Octal 260 176 120 0 34 67 37 35 46 62
Binary 10110000 1111110 1010000 0 11100 110111 11111 11101 100110 110010

Color Harmonies of #B07E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E50

Black with #B07E50

Text Example


Text Example

White with #B07E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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