Html Css Color HEX #B27E4D Muddy Waters

📋 copy color: '#B27E4D'

red 178 ◦ green 126 ◦ blue 77

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

Shades of Muddy Waters #B27E4D

Tints of Muddy Waters #B27E4D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.07%

 BLUE value IS 77 (30.47% from 255) = 20.21%

R = 46.72%
G = 33.07%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B27E4D (or 0xB27E4D) is known color: Muddy Waters. HEX triplet: B2, 7E and 4D. RGB value is (178,126,77). Sum of RGB (Red+Green+Blue) = 178+126+77=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27E4D is #4D81B2. Grayscale: #888888. Windows color (decimal): -5079475 or 5078706. OLE color: 5078706.

HSL color Cylindrical-coordinate representation of color #B27E4D: hue angle of 29.11º 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 #B27E4D is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 126 77 -
CMYK 0 0.29 0.57 0.30
HSL 29.11º 0.4% 0.5% -
HSV(B) 29.11º 0.57% 0.7% -
XYZ 27.16 24.92 10.4 -
YUV 135.96 94.73 157.98 -
System Red Green Blue C M Y K H S L
Decimal 178 126 77 0 0.29 0.57 0.30 29.11 0.4 0.5
Hex B2 7E 4D 0 1D 39 1E 1D 28 32
Octal 262 176 115 0 35 71 36 35 50 62
Binary 10110010 1111110 1001101 0 11101 111001 11110 11101 101000 110010

Color Harmonies of #B27E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27E4D

Black with #B27E4D

Text Example


Text Example

White with #B27E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27E4D; }

 p { color: rgb(178,126,77); }

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

background-color css

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

 a { background-color: rgb(178,126,77); }

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

border-color css

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

 span { border-color: rgb(178,126,77); }

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