Html Css Color HEX #B68050 Muddy Waters

📋 copy color: '#B68050'

red 182 ◦ green 128 ◦ blue 80

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

Shades of Muddy Waters #B68050

Tints of Muddy Waters #B68050

RGB

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

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

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

R = 46.67%
G = 32.82%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B68050 (or 0xB68050) is known color: Muddy Waters. HEX triplet: B6, 80 and 50. RGB value is (182,128,80). Sum of RGB (Red+Green+Blue) = 182+128+80=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B68050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68050 is #497FAF. Grayscale: #8A8A8A. Windows color (decimal): -4816816 or 5275830. OLE color: 5275830.

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

Color convert

RGB 182 128 80 -
CMYK 0 0.30 0.56 0.29
HSL 28.24º 0.41% 0.51% -
HSV(B) 28.24º 0.56% 0.71% -
XYZ 28.46 25.96 11.1 -
YUV 138.67 94.89 158.9 -
System Red Green Blue C M Y K H S L
Decimal 182 128 80 0 0.30 0.56 0.29 28.24 0.41 0.51
Hex B6 80 50 0 1E 38 1D 1C 29 33
Octal 266 200 120 0 36 70 35 34 51 63
Binary 10110110 10000000 1010000 0 11110 111000 11101 11100 101001 110011

Color Harmonies of #B68050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68050

Black with #B68050

Text Example


Text Example

White with #B68050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68050; }

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

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

background-color css

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

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

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

border-color css

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

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

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