Html Css Color HEX #B28347 Muddy Waters

📋 copy color: '#B28347'

red 178 ◦ green 131 ◦ blue 71

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

Shades of Muddy Waters #B28347

Tints of Muddy Waters #B28347

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.47%

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

R = 46.84%
G = 34.47%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B28347 (or 0xB28347) is known color: Muddy Waters. HEX triplet: B2, 83 and 47. RGB value is (178,131,71). Sum of RGB (Red+Green+Blue) = 178+131+71=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B28347 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28347 is #4D7CB8. Grayscale: #8A8A8A. Windows color (decimal): -5078201 or 4686770. OLE color: 4686770.

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

Color convert

RGB 178 131 71 -
CMYK 0 0.26 0.60 0.30
HSL 33.64º 0.43% 0.49% -
HSV(B) 33.64º 0.6% 0.7% -
XYZ 27.61 26.15 9.55 -
YUV 138.21 90.07 156.38 -
System Red Green Blue C M Y K H S L
Decimal 178 131 71 0 0.26 0.60 0.30 33.64 0.43 0.49
Hex B2 83 47 0 1A 3C 1E 22 2B 31
Octal 262 203 107 0 32 74 36 42 53 61
Binary 10110010 10000011 1000111 0 11010 111100 11110 100010 101011 110001

Color Harmonies of #B28347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28347

Black with #B28347

Text Example


Text Example

White with #B28347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28347; }

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

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

background-color css

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

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

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

border-color css

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

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

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