Html Css Color HEX #B27F47 Muddy Waters

📋 copy color: '#B27F47'

red 178 ◦ green 127 ◦ blue 71

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

Shades of Muddy Waters #B27F47

Tints of Muddy Waters #B27F47

RGB

 RED value IS 178 (69.92% from 255) = 47.34%

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

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

R = 47.34%
G = 33.78%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B27F47 (or 0xB27F47) is known color: Muddy Waters. HEX triplet: B2, 7F and 47. RGB value is (178,127,71). Sum of RGB (Red+Green+Blue) = 178+127+71=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27F47 is #4D80B8. Grayscale: #888888. Windows color (decimal): -5079225 or 4685746. OLE color: 4685746.

HSL color Cylindrical-coordinate representation of color #B27F47: hue angle of 31.4º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B27F47 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 127 71 -
CMYK 0 0.29 0.60 0.30
HSL 31.4º 0.43% 0.49% -
HSV(B) 31.4º 0.6% 0.7% -
XYZ 27.09 25.1 9.38 -
YUV 135.87 91.4 158.05 -
System Red Green Blue C M Y K H S L
Decimal 178 127 71 0 0.29 0.60 0.30 31.4 0.43 0.49
Hex B2 7F 47 0 1D 3C 1E 1F 2B 31
Octal 262 177 107 0 35 74 36 37 53 61
Binary 10110010 1111111 1000111 0 11101 111100 11110 11111 101011 110001

Color Harmonies of #B27F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27F47

Black with #B27F47

Text Example


Text Example

White with #B27F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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