Html Css Color HEX #B27C4C Muddy Waters

📋 copy color: '#B27C4C'

red 178 ◦ green 124 ◦ blue 76

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

Shades of Muddy Waters #B27C4C

Tints of Muddy Waters #B27C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.11%

R = 47.09%
G = 32.8%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B27C4C (or 0xB27C4C) is known color: Muddy Waters. HEX triplet: B2, 7C and 4C. RGB value is (178,124,76). Sum of RGB (Red+Green+Blue) = 178+124+76=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27C4C is #4D83B3. Grayscale: #868686. Windows color (decimal): -5079988 or 5012658. OLE color: 5012658.

HSL color Cylindrical-coordinate representation of color #B27C4C: hue angle of 28.24º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B27C4C is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 124 76 -
CMYK 0 0.30 0.57 0.30
HSL 28.24º 0.4% 0.5% -
HSV(B) 28.24º 0.57% 0.7% -
XYZ 26.87 24.4 10.13 -
YUV 134.67 94.89 158.9 -
System Red Green Blue C M Y K H S L
Decimal 178 124 76 0 0.30 0.57 0.30 28.24 0.4 0.5
Hex B2 7C 4C 0 1E 39 1E 1C 28 32
Octal 262 174 114 0 36 71 36 34 50 62
Binary 10110010 1111100 1001100 0 11110 111001 11110 11100 101000 110010

Color Harmonies of #B27C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27C4C

Black with #B27C4C

Text Example


Text Example

White with #B27C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27C4C; }

 p { color: rgb(178,124,76); }

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

background-color css

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

 a { background-color: rgb(178,124,76); }

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

border-color css

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

 span { border-color: rgb(178,124,76); }

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