Html Css Color HEX #B27E4A Muddy Waters

📋 copy color: '#B27E4A'

red 178 ◦ green 126 ◦ blue 74

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

Shades of Muddy Waters #B27E4A

Tints of Muddy Waters #B27E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.58%

R = 47.09%
G = 33.33%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B27E4A (or 0xB27E4A) is known color: Muddy Waters. HEX triplet: B2, 7E and 4A. RGB value is (178,126,74). Sum of RGB (Red+Green+Blue) = 178+126+74=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27E4A is #4D81B5. Grayscale: #878787. Windows color (decimal): -5079478 or 4882098. OLE color: 4882098.

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

Color convert

RGB 178 126 74 -
CMYK 0 0.29 0.58 0.30
HSL 30º 0.41% 0.49% -
HSV(B) 30º 0.58% 0.7% -
XYZ 27.06 24.88 9.86 -
YUV 135.62 93.23 158.23 -
System Red Green Blue C M Y K H S L
Decimal 178 126 74 0 0.29 0.58 0.30 30 0.41 0.49
Hex B2 7E 4A 0 1D 3A 1E 1E 29 31
Octal 262 176 112 0 35 72 36 36 51 61
Binary 10110010 1111110 1001010 0 11101 111010 11110 11110 101001 110001

Color Harmonies of #B27E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27E4A

Black with #B27E4A

Text Example


Text Example

White with #B27E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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