Html Css Color HEX #B07C52 Muddy Waters

📋 copy color: '#B07C52'

red 176 ◦ green 124 ◦ blue 82

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

Shades of Muddy Waters #B07C52

Tints of Muddy Waters #B07C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.47%

R = 46.07%
G = 32.46%
B = 21.47%

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

#B07C52 (or 0xB07C52) is known color: Muddy Waters. HEX triplet: B0, 7C and 52. RGB value is (176,124,82). Sum of RGB (Red+Green+Blue) = 176+124+82=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07C52 is #4F83AD. Grayscale: #868686. Windows color (decimal): -5211054 or 5405872. OLE color: 5405872.

HSL color Cylindrical-coordinate representation of color #B07C52: hue angle of 26.81º 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 #B07C52 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 124 82 -
CMYK 0 0.30 0.53 0.31
HSL 26.81º 0.37% 0.51% -
HSV(B) 26.81º 0.53% 0.69% -
XYZ 26.64 24.25 11.26 -
YUV 134.76 98.23 157.42 -
System Red Green Blue C M Y K H S L
Decimal 176 124 82 0 0.30 0.53 0.31 26.81 0.37 0.51
Hex B0 7C 52 0 1E 35 1F 1B 25 33
Octal 260 174 122 0 36 65 37 33 45 63
Binary 10110000 1111100 1010010 0 11110 110101 11111 11011 100101 110011

Color Harmonies of #B07C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07C52

Black with #B07C52

Text Example


Text Example

White with #B07C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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