Html Css Color HEX #B68056 Muddy Waters

📋 copy color: '#B68056'

red 182 ◦ green 128 ◦ blue 86

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

Shades of Muddy Waters #B68056

Tints of Muddy Waters #B68056

RGB

 RED value IS 182 (71.48% from 255) = 45.96%

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

 BLUE value IS 86 (33.98% from 255) = 21.72%

R = 45.96%
G = 32.32%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B68056 (or 0xB68056) is known color: Muddy Waters. HEX triplet: B6, 80 and 56. RGB value is (182,128,86). Sum of RGB (Red+Green+Blue) = 182+128+86=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B68056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68056 is #497FA9. Grayscale: #8B8B8B. Windows color (decimal): -4816810 or 5669046. OLE color: 5669046.

HSL color Cylindrical-coordinate representation of color #B68056: hue angle of 26.25º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B68056 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 128 86 -
CMYK 0 0.30 0.53 0.29
HSL 26.25º 0.4% 0.53% -
HSV(B) 26.25º 0.53% 0.71% -
XYZ 28.69 26.06 12.32 -
YUV 139.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 182 128 86 0 0.30 0.53 0.29 26.25 0.4 0.53
Hex B6 80 56 0 1E 35 1D 1A 28 35
Octal 266 200 126 0 36 65 35 32 50 65
Binary 10110110 10000000 1010110 0 11110 110101 11101 11010 101000 110101

Color Harmonies of #B68056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68056

Black with #B68056

Text Example


Text Example

White with #B68056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68056; }

 p { color: rgb(182,128,86); }

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

background-color css

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

 a { background-color: rgb(182,128,86); }

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

border-color css

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

 span { border-color: rgb(182,128,86); }

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