Html Css Color HEX #B28057 Muddy Waters

📋 copy color: '#B28057'

red 178 ◦ green 128 ◦ blue 87

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

Shades of Muddy Waters #B28057

Tints of Muddy Waters #B28057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.14%

R = 45.29%
G = 32.57%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B28057 (or 0xB28057) is known color: Muddy Waters. HEX triplet: B2, 80 and 57. RGB value is (178,128,87). Sum of RGB (Red+Green+Blue) = 178+128+87=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 87 (34.38% from 255 or 22.14% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B28057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28057 is #4D7FA8. Grayscale: #8A8A8A. Windows color (decimal): -5078953 or 5734578. OLE color: 5734578.

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

Color convert

RGB 178 128 87 -
CMYK 0 0.28 0.51 0.30
HSL 27.03º 0.37% 0.52% -
HSV(B) 27.03º 0.51% 0.7% -
XYZ 27.8 25.59 12.49 -
YUV 138.28 99.07 156.33 -
System Red Green Blue C M Y K H S L
Decimal 178 128 87 0 0.28 0.51 0.30 27.03 0.37 0.52
Hex B2 80 57 0 1C 33 1E 1B 25 34
Octal 262 200 127 0 34 63 36 33 45 64
Binary 10110010 10000000 1010111 0 11100 110011 11110 11011 100101 110100

Color Harmonies of #B28057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28057

Black with #B28057

Text Example


Text Example

White with #B28057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28057; }

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

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

background-color css

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

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

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

border-color css

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

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

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