Html Css Color HEX #B28550 Muddy Waters

📋 copy color: '#B28550'

red 178 ◦ green 133 ◦ blue 80

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

Shades of Muddy Waters #B28550

Tints of Muddy Waters #B28550

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.02%

 BLUE value IS 80 (31.64% from 255) = 20.46%

R = 45.52%
G = 34.02%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B28550 (or 0xB28550) is known color: Muddy Waters. HEX triplet: B2, 85 and 50. RGB value is (178,133,80). Sum of RGB (Red+Green+Blue) = 178+133+80=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B28550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28550 is #4D7AAF. Grayscale: #8C8C8C. Windows color (decimal): -5077680 or 5277106. OLE color: 5277106.

HSL color Cylindrical-coordinate representation of color #B28550: hue angle of 32.45º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B28550 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 133 80 -
CMYK 0 0.25 0.55 0.30
HSL 32.45º 0.39% 0.51% -
HSV(B) 32.45º 0.55% 0.7% -
XYZ 28.2 26.82 11.28 -
YUV 140.41 93.91 154.81 -
System Red Green Blue C M Y K H S L
Decimal 178 133 80 0 0.25 0.55 0.30 32.45 0.39 0.51
Hex B2 85 50 0 19 37 1E 20 27 33
Octal 262 205 120 0 31 67 36 40 47 63
Binary 10110010 10000101 1010000 0 11001 110111 11110 100000 100111 110011

Color Harmonies of #B28550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28550

Black with #B28550

Text Example


Text Example

White with #B28550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28550; }

 p { color: rgb(178,133,80); }

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

background-color css

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

 a { background-color: rgb(178,133,80); }

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

border-color css

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

 span { border-color: rgb(178,133,80); }

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