Html Css Color HEX #B07F52 Muddy Waters

📋 copy color: '#B07F52'

red 176 ◦ green 127 ◦ blue 82

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

Shades of Muddy Waters #B07F52

Tints of Muddy Waters #B07F52

RGB

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

 GREEN value IS 127 (50% from 255) = 32.99%

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

R = 45.71%
G = 32.99%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B07F52 (or 0xB07F52) is known color: Muddy Waters. HEX triplet: B0, 7F and 52. RGB value is (176,127,82). Sum of RGB (Red+Green+Blue) = 176+127+82=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07F52 is #4F80AD. Grayscale: #888888. Windows color (decimal): -5210286 or 5406640. OLE color: 5406640.

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

Color convert

RGB 176 127 82 -
CMYK 0 0.28 0.53 0.31
HSL 28.72º 0.37% 0.51% -
HSV(B) 28.72º 0.53% 0.69% -
XYZ 27.02 25.02 11.39 -
YUV 136.52 97.23 156.16 -
System Red Green Blue C M Y K H S L
Decimal 176 127 82 0 0.28 0.53 0.31 28.72 0.37 0.51
Hex B0 7F 52 0 1C 35 1F 1D 25 33
Octal 260 177 122 0 34 65 37 35 45 63
Binary 10110000 1111111 1010010 0 11100 110101 11111 11101 100101 110011

Color Harmonies of #B07F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07F52

Black with #B07F52

Text Example


Text Example

White with #B07F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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