Html Css Color HEX #B68351 Muddy Waters

📋 copy color: '#B68351'

red 182 ◦ green 131 ◦ blue 81

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

Shades of Muddy Waters #B68351

Tints of Muddy Waters #B68351

RGB

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

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

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

R = 46.19%
G = 33.25%
B = 20.56%

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

#B68351 (or 0xB68351) is known color: Muddy Waters. HEX triplet: B6, 83 and 51. RGB value is (182,131,81). Sum of RGB (Red+Green+Blue) = 182+131+81=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B68351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68351 is #497CAE. Grayscale: #8C8C8C. Windows color (decimal): -4816047 or 5342134. OLE color: 5342134.

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

Color convert

RGB 182 131 81 -
CMYK 0 0.28 0.55 0.29
HSL 29.7º 0.41% 0.52% -
HSV(B) 29.7º 0.55% 0.71% -
XYZ 28.89 26.77 11.43 -
YUV 140.55 94.4 157.57 -
System Red Green Blue C M Y K H S L
Decimal 182 131 81 0 0.28 0.55 0.29 29.7 0.41 0.52
Hex B6 83 51 0 1C 37 1D 1E 29 34
Octal 266 203 121 0 34 67 35 36 51 64
Binary 10110110 10000011 1010001 0 11100 110111 11101 11110 101001 110100

Color Harmonies of #B68351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68351

Black with #B68351

Text Example


Text Example

White with #B68351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68351; }

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

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

background-color css

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

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

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

border-color css

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

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

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