Html Css Color HEX #B07C53 Muddy Waters

📋 copy color: '#B07C53'

red 176 ◦ green 124 ◦ blue 83

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

Shades of Muddy Waters #B07C53

Tints of Muddy Waters #B07C53

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.38%

 BLUE value IS 83 (32.81% from 255) = 21.67%

R = 45.95%
G = 32.38%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B07C53 (or 0xB07C53) is known color: Muddy Waters. HEX triplet: B0, 7C and 53. RGB value is (176,124,83). Sum of RGB (Red+Green+Blue) = 176+124+83=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07C53 is #4F83AC. Grayscale: #878787. Windows color (decimal): -5211053 or 5471408. OLE color: 5471408.

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

Color convert

RGB 176 124 83 -
CMYK 0 0.30 0.53 0.31
HSL 26.45º 0.37% 0.51% -
HSV(B) 26.45º 0.53% 0.69% -
XYZ 26.67 24.27 11.46 -
YUV 134.87 98.73 157.33 -
System Red Green Blue C M Y K H S L
Decimal 176 124 83 0 0.30 0.53 0.31 26.45 0.37 0.51
Hex B0 7C 53 0 1E 35 1F 1A 25 33
Octal 260 174 123 0 36 65 37 32 45 63
Binary 10110000 1111100 1010011 0 11110 110101 11111 11010 100101 110011

Color Harmonies of #B07C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07C53

Black with #B07C53

Text Example


Text Example

White with #B07C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07C53; }

 p { color: rgb(176,124,83); }

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

background-color css

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

 a { background-color: rgb(176,124,83); }

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

border-color css

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

 span { border-color: rgb(176,124,83); }

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