Html Css Color HEX #B28247 Muddy Waters

📋 copy color: '#B28247'

red 178 ◦ green 130 ◦ blue 71

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

Shades of Muddy Waters #B28247

Tints of Muddy Waters #B28247

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.3%

 BLUE value IS 71 (28.13% from 255) = 18.73%

R = 46.97%
G = 34.3%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B28247 (or 0xB28247) is known color: Muddy Waters. HEX triplet: B2, 82 and 47. RGB value is (178,130,71). Sum of RGB (Red+Green+Blue) = 178+130+71=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B28247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28247 is #4D7DB8. Grayscale: #898989. Windows color (decimal): -5078457 or 4686514. OLE color: 4686514.

HSL color Cylindrical-coordinate representation of color #B28247: hue angle of 33.08º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B28247 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 130 71 -
CMYK 0 0.27 0.60 0.30
HSL 33.08º 0.43% 0.49% -
HSV(B) 33.08º 0.6% 0.7% -
XYZ 27.48 25.89 9.51 -
YUV 137.63 90.4 156.8 -
System Red Green Blue C M Y K H S L
Decimal 178 130 71 0 0.27 0.60 0.30 33.08 0.43 0.49
Hex B2 82 47 0 1B 3C 1E 21 2B 31
Octal 262 202 107 0 33 74 36 41 53 61
Binary 10110010 10000010 1000111 0 11011 111100 11110 100001 101011 110001

Color Harmonies of #B28247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28247

Black with #B28247

Text Example


Text Example

White with #B28247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28247; }

 p { color: rgb(178,130,71); }

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

background-color css

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

 a { background-color: rgb(178,130,71); }

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

border-color css

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

 span { border-color: rgb(178,130,71); }

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