Html Css Color HEX #B28355 Muddy Waters

📋 copy color: '#B28355'

red 178 ◦ green 131 ◦ blue 85

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

Shades of Muddy Waters #B28355

Tints of Muddy Waters #B28355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.57%

R = 45.18%
G = 33.25%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B28355 (or 0xB28355) is known color: Muddy Waters. HEX triplet: B2, 83 and 55. RGB value is (178,131,85). Sum of RGB (Red+Green+Blue) = 178+131+85=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B28355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28355 is #4D7CAA. Grayscale: #8C8C8C. Windows color (decimal): -5078187 or 5604274. OLE color: 5604274.

HSL color Cylindrical-coordinate representation of color #B28355: hue angle of 29.68º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B28355 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 131 85 -
CMYK 0 0.26 0.52 0.30
HSL 29.68º 0.38% 0.52% -
HSV(B) 29.68º 0.52% 0.7% -
XYZ 28.12 26.35 12.2 -
YUV 139.81 97.07 155.24 -
System Red Green Blue C M Y K H S L
Decimal 178 131 85 0 0.26 0.52 0.30 29.68 0.38 0.52
Hex B2 83 55 0 1A 34 1E 1E 26 34
Octal 262 203 125 0 32 64 36 36 46 64
Binary 10110010 10000011 1010101 0 11010 110100 11110 11110 100110 110100

Color Harmonies of #B28355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28355

Black with #B28355

Text Example


Text Example

White with #B28355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28355; }

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

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

background-color css

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

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

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

border-color css

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

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

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