Html Css Color HEX #B68352 Muddy Waters

📋 copy color: '#B68352'

red 182 ◦ green 131 ◦ blue 82

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

Shades of Muddy Waters #B68352

Tints of Muddy Waters #B68352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.76%

R = 46.08%
G = 33.16%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B68352 (or 0xB68352) is known color: Muddy Waters. HEX triplet: B6, 83 and 52. RGB value is (182,131,82). Sum of RGB (Red+Green+Blue) = 182+131+82=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B68352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68352 is #497CAD. Grayscale: #8C8C8C. Windows color (decimal): -4816046 or 5407670. OLE color: 5407670.

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

Color convert

RGB 182 131 82 -
CMYK 0 0.28 0.55 0.29
HSL 29.4º 0.41% 0.52% -
HSV(B) 29.4º 0.55% 0.71% -
XYZ 28.93 26.79 11.63 -
YUV 140.66 94.9 157.48 -
System Red Green Blue C M Y K H S L
Decimal 182 131 82 0 0.28 0.55 0.29 29.4 0.41 0.52
Hex B6 83 52 0 1C 37 1D 1D 29 34
Octal 266 203 122 0 34 67 35 35 51 64
Binary 10110110 10000011 1010010 0 11100 110111 11101 11101 101001 110100

Color Harmonies of #B68352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68352

Black with #B68352

Text Example


Text Example

White with #B68352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68352; }

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

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

background-color css

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

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

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

border-color css

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

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

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