Html Css Color HEX #B68354 Muddy Waters

📋 copy color: '#B68354'

red 182 ◦ green 131 ◦ blue 84

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

Shades of Muddy Waters #B68354

Tints of Muddy Waters #B68354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.16%

R = 45.84%
G = 33%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B68354 (or 0xB68354) is known color: Muddy Waters. HEX triplet: B6, 83 and 54. RGB value is (182,131,84). Sum of RGB (Red+Green+Blue) = 182+131+84=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B68354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68354 is #497CAB. Grayscale: #8D8D8D. Windows color (decimal): -4816044 or 5538742. OLE color: 5538742.

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

Color convert

RGB 182 131 84 -
CMYK 0 0.28 0.54 0.29
HSL 28.78º 0.4% 0.52% -
HSV(B) 28.78º 0.54% 0.71% -
XYZ 29.01 26.82 12.03 -
YUV 140.89 95.9 157.32 -
System Red Green Blue C M Y K H S L
Decimal 182 131 84 0 0.28 0.54 0.29 28.78 0.4 0.52
Hex B6 83 54 0 1C 36 1D 1D 28 34
Octal 266 203 124 0 34 66 35 35 50 64
Binary 10110110 10000011 1010100 0 11100 110110 11101 11101 101000 110100

Color Harmonies of #B68354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68354

Black with #B68354

Text Example


Text Example

White with #B68354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68354; }

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

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

background-color css

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

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

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

border-color css

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

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

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