Html Css Color HEX #B68256 Muddy Waters

📋 copy color: '#B68256'

red 182 ◦ green 130 ◦ blue 86

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

Shades of Muddy Waters #B68256

Tints of Muddy Waters #B68256

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.66%

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

R = 45.73%
G = 32.66%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B68256 (or 0xB68256) is known color: Muddy Waters. HEX triplet: B6, 82 and 56. RGB value is (182,130,86). Sum of RGB (Red+Green+Blue) = 182+130+86=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B68256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68256 is #497DA9. Grayscale: #8C8C8C. Windows color (decimal): -4816298 or 5669558. OLE color: 5669558.

HSL color Cylindrical-coordinate representation of color #B68256: hue angle of 27.5º 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 #B68256 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 130 86 -
CMYK 0 0.29 0.53 0.29
HSL 27.5º 0.4% 0.53% -
HSV(B) 27.5º 0.53% 0.71% -
XYZ 28.95 26.58 12.41 -
YUV 140.53 97.23 157.58 -
System Red Green Blue C M Y K H S L
Decimal 182 130 86 0 0.29 0.53 0.29 27.5 0.4 0.53
Hex B6 82 56 0 1D 35 1D 1C 28 35
Octal 266 202 126 0 35 65 35 34 50 65
Binary 10110110 10000010 1010110 0 11101 110101 11101 11100 101000 110101

Color Harmonies of #B68256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68256

Black with #B68256

Text Example


Text Example

White with #B68256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68256; }

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

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

background-color css

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

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

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

border-color css

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

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

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