Html Css Color HEX #B07F47 Muddy Waters

📋 copy color: '#B07F47'

red 176 ◦ green 127 ◦ blue 71

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

Shades of Muddy Waters #B07F47

Tints of Muddy Waters #B07F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.98%

R = 47.06%
G = 33.96%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B07F47 (or 0xB07F47) is known color: Muddy Waters. HEX triplet: B0, 7F and 47. RGB value is (176,127,71). Sum of RGB (Red+Green+Blue) = 176+127+71=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07F47 is #4F80B8. Grayscale: #878787. Windows color (decimal): -5210297 or 4685744. OLE color: 4685744.

HSL color Cylindrical-coordinate representation of color #B07F47: hue angle of 32º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B07F47 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 127 71 -
CMYK 0 0.28 0.60 0.31
HSL 32º 0.43% 0.48% -
HSV(B) 32º 0.6% 0.69% -
XYZ 26.63 24.86 9.36 -
YUV 135.27 91.73 157.05 -
System Red Green Blue C M Y K H S L
Decimal 176 127 71 0 0.28 0.60 0.31 32 0.43 0.48
Hex B0 7F 47 0 1C 3C 1F 20 2B 30
Octal 260 177 107 0 34 74 37 40 53 60
Binary 10110000 1111111 1000111 0 11100 111100 11111 100000 101011 110000

Color Harmonies of #B07F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07F47

Black with #B07F47

Text Example


Text Example

White with #B07F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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