Html Css Color HEX #B68350 Muddy Waters

📋 copy color: '#B68350'

red 182 ◦ green 131 ◦ blue 80

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

Shades of Muddy Waters #B68350

Tints of Muddy Waters #B68350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.36%

R = 46.31%
G = 33.33%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B68350 (or 0xB68350) is known color: Muddy Waters. HEX triplet: B6, 83 and 50. RGB value is (182,131,80). Sum of RGB (Red+Green+Blue) = 182+131+80=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B68350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68350 is #497CAF. Grayscale: #8C8C8C. Windows color (decimal): -4816048 or 5276598. OLE color: 5276598.

HSL color Cylindrical-coordinate representation of color #B68350: hue angle of 30º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B68350 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 131 80 -
CMYK 0 0.28 0.56 0.29
HSL 30º 0.41% 0.51% -
HSV(B) 30º 0.56% 0.71% -
XYZ 28.86 26.76 11.23 -
YUV 140.44 93.9 157.65 -
System Red Green Blue C M Y K H S L
Decimal 182 131 80 0 0.28 0.56 0.29 30 0.41 0.51
Hex B6 83 50 0 1C 38 1D 1E 29 33
Octal 266 203 120 0 34 70 35 36 51 63
Binary 10110110 10000011 1010000 0 11100 111000 11101 11110 101001 110011

Color Harmonies of #B68350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68350

Black with #B68350

Text Example


Text Example

White with #B68350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68350; }

 p { color: rgb(182,131,80); }

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

background-color css

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

 a { background-color: rgb(182,131,80); }

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

border-color css

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

 span { border-color: rgb(182,131,80); }

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