Html Css Color HEX #B68257 Muddy Waters

📋 copy color: '#B68257'

red 182 ◦ green 130 ◦ blue 87

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

Shades of Muddy Waters #B68257

Tints of Muddy Waters #B68257

RGB

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

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

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

R = 45.61%
G = 32.58%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B68257 (or 0xB68257) is known color: Muddy Waters. HEX triplet: B6, 82 and 57. RGB value is (182,130,87). Sum of RGB (Red+Green+Blue) = 182+130+87=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B68257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68257 is #497DA8. Grayscale: #8C8C8C. Windows color (decimal): -4816297 or 5735094. OLE color: 5735094.

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

Color convert

RGB 182 130 87 -
CMYK 0 0.29 0.52 0.29
HSL 27.16º 0.39% 0.53% -
HSV(B) 27.16º 0.52% 0.71% -
XYZ 28.99 26.6 12.62 -
YUV 140.65 97.73 157.5 -
System Red Green Blue C M Y K H S L
Decimal 182 130 87 0 0.29 0.52 0.29 27.16 0.39 0.53
Hex B6 82 57 0 1D 34 1D 1B 27 35
Octal 266 202 127 0 35 64 35 33 47 65
Binary 10110110 10000010 1010111 0 11101 110100 11101 11011 100111 110101

Color Harmonies of #B68257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68257

Black with #B68257

Text Example


Text Example

White with #B68257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68257; }

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

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

background-color css

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

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

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

border-color css

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

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

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