Html Css Color HEX #B68051 Muddy Waters

📋 copy color: '#B68051'

red 182 ◦ green 128 ◦ blue 81

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

Shades of Muddy Waters #B68051

Tints of Muddy Waters #B68051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.72%

R = 46.55%
G = 32.74%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B68051 (or 0xB68051) is known color: Muddy Waters. HEX triplet: B6, 80 and 51. RGB value is (182,128,81). Sum of RGB (Red+Green+Blue) = 182+128+81=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 182 - color contains mainly: red. Hex color #B68051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68051 is #497FAE. Grayscale: #8B8B8B. Windows color (decimal): -4816815 or 5341366. OLE color: 5341366.

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

Color convert

RGB 182 128 81 -
CMYK 0 0.30 0.55 0.29
HSL 27.92º 0.41% 0.52% -
HSV(B) 27.92º 0.55% 0.71% -
XYZ 28.5 25.98 11.3 -
YUV 138.79 95.39 158.82 -
System Red Green Blue C M Y K H S L
Decimal 182 128 81 0 0.30 0.55 0.29 27.92 0.41 0.52
Hex B6 80 51 0 1E 37 1D 1C 29 34
Octal 266 200 121 0 36 67 35 34 51 64
Binary 10110110 10000000 1010001 0 11110 110111 11101 11100 101001 110100

Color Harmonies of #B68051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68051

Black with #B68051

Text Example


Text Example

White with #B68051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68051; }

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

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

background-color css

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

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

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

border-color css

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

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

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