Html Css Color HEX #B27C4A Muddy Waters

📋 copy color: '#B27C4A'

red 178 ◦ green 124 ◦ blue 74

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

Shades of Muddy Waters #B27C4A

Tints of Muddy Waters #B27C4A

RGB

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

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

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

R = 47.34%
G = 32.98%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B27C4A (or 0xB27C4A) is known color: Muddy Waters. HEX triplet: B2, 7C and 4A. RGB value is (178,124,74). Sum of RGB (Red+Green+Blue) = 178+124+74=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27C4A is #4D83B5. Grayscale: #868686. Windows color (decimal): -5079990 or 4881586. OLE color: 4881586.

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

Color convert

RGB 178 124 74 -
CMYK 0 0.30 0.58 0.30
HSL 28.85º 0.41% 0.49% -
HSV(B) 28.85º 0.58% 0.7% -
XYZ 26.8 24.37 9.77 -
YUV 134.45 93.89 159.07 -
System Red Green Blue C M Y K H S L
Decimal 178 124 74 0 0.30 0.58 0.30 28.85 0.41 0.49
Hex B2 7C 4A 0 1E 3A 1E 1D 29 31
Octal 262 174 112 0 36 72 36 35 51 61
Binary 10110010 1111100 1001010 0 11110 111010 11110 11101 101001 110001

Color Harmonies of #B27C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27C4A

Black with #B27C4A

Text Example


Text Example

White with #B27C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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