Html Css Color HEX #B27A4D Muddy Waters

📋 copy color: '#B27A4D'

red 178 ◦ green 122 ◦ blue 77

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

Shades of Muddy Waters #B27A4D

Tints of Muddy Waters #B27A4D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.36%

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

R = 47.21%
G = 32.36%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B27A4D (or 0xB27A4D) is known color: Muddy Waters. HEX triplet: B2, 7A and 4D. RGB value is (178,122,77). Sum of RGB (Red+Green+Blue) = 178+122+77=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27A4D is #4D85B2. Grayscale: #858585. Windows color (decimal): -5080499 or 5077682. OLE color: 5077682.

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

Color convert

RGB 178 122 77 -
CMYK 0 0.31 0.57 0.30
HSL 26.73º 0.4% 0.5% -
HSV(B) 26.73º 0.57% 0.7% -
XYZ 26.66 23.92 10.23 -
YUV 133.61 96.05 159.66 -
System Red Green Blue C M Y K H S L
Decimal 178 122 77 0 0.31 0.57 0.30 26.73 0.4 0.5
Hex B2 7A 4D 0 1F 39 1E 1B 28 32
Octal 262 172 115 0 37 71 36 33 50 62
Binary 10110010 1111010 1001101 0 11111 111001 11110 11011 101000 110010

Color Harmonies of #B27A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27A4D

Black with #B27A4D

Text Example


Text Example

White with #B27A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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