Html Css Color HEX #B28047 Muddy Waters

📋 copy color: '#B28047'

red 178 ◦ green 128 ◦ blue 71

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

Shades of Muddy Waters #B28047

Tints of Muddy Waters #B28047

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.95%

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

R = 47.21%
G = 33.95%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B28047 (or 0xB28047) is known color: Muddy Waters. HEX triplet: B2, 80 and 47. RGB value is (178,128,71). Sum of RGB (Red+Green+Blue) = 178+128+71=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B28047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28047 is #4D7FB8. Grayscale: #888888. Windows color (decimal): -5078969 or 4686002. OLE color: 4686002.

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

Color convert

RGB 178 128 71 -
CMYK 0 0.28 0.60 0.30
HSL 31.96º 0.43% 0.49% -
HSV(B) 31.96º 0.6% 0.7% -
XYZ 27.22 25.36 9.42 -
YUV 136.45 91.07 157.63 -
System Red Green Blue C M Y K H S L
Decimal 178 128 71 0 0.28 0.60 0.30 31.96 0.43 0.49
Hex B2 80 47 0 1C 3C 1E 20 2B 31
Octal 262 200 107 0 34 74 36 40 53 61
Binary 10110010 10000000 1000111 0 11100 111100 11110 100000 101011 110001

Color Harmonies of #B28047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28047

Black with #B28047

Text Example


Text Example

White with #B28047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28047; }

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

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

background-color css

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

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

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

border-color css

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

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

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