Html Css Color HEX #B27C4F Muddy Waters

📋 copy color: '#B27C4F'

red 178 ◦ green 124 ◦ blue 79

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

Shades of Muddy Waters #B27C4F

Tints of Muddy Waters #B27C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.73%

R = 46.72%
G = 32.55%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B27C4F (or 0xB27C4F) is known color: Muddy Waters. HEX triplet: B2, 7C and 4F. RGB value is (178,124,79). Sum of RGB (Red+Green+Blue) = 178+124+79=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27C4F is #4D83B0. Grayscale: #878787. Windows color (decimal): -5079985 or 5209266. OLE color: 5209266.

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

Color convert

RGB 178 124 79 -
CMYK 0 0.30 0.56 0.30
HSL 27.27º 0.39% 0.5% -
HSV(B) 27.27º 0.56% 0.7% -
XYZ 26.98 24.44 10.69 -
YUV 135.02 96.39 158.66 -
System Red Green Blue C M Y K H S L
Decimal 178 124 79 0 0.30 0.56 0.30 27.27 0.39 0.5
Hex B2 7C 4F 0 1E 38 1E 1B 27 32
Octal 262 174 117 0 36 70 36 33 47 62
Binary 10110010 1111100 1001111 0 11110 111000 11110 11011 100111 110010

Color Harmonies of #B27C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27C4F

Black with #B27C4F

Text Example


Text Example

White with #B27C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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