Html Css Color HEX #B6845D Medium Wood

📋 copy color: '#B6845D'

red 182 ◦ green 132 ◦ blue 93

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

Shades of Medium Wood #B6845D

Tints of Medium Wood #B6845D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.43%

 BLUE value IS 93 (36.72% from 255) = 22.85%

R = 44.72%
G = 32.43%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6845D (or 0xB6845D) is known color: Medium Wood. HEX triplet: B6, 84 and 5D. RGB value is (182,132,93). Sum of RGB (Red+Green+Blue) = 182+132+93=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B6845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6845D is #497BA2. Grayscale: #8E8E8E. Windows color (decimal): -4815779 or 6128822. OLE color: 6128822.

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

Color convert

RGB 182 132 93 -
CMYK 0 0.27 0.49 0.29
HSL 26.29º 0.38% 0.54% -
HSV(B) 26.29º 0.49% 0.71% -
XYZ 29.52 27.24 14.06 -
YUV 142.5 100.07 156.17 -
System Red Green Blue C M Y K H S L
Decimal 182 132 93 0 0.27 0.49 0.29 26.29 0.38 0.54
Hex B6 84 5D 0 1B 31 1D 1A 26 36
Octal 266 204 135 0 33 61 35 32 46 66
Binary 10110110 10000100 1011101 0 11011 110001 11101 11010 100110 110110

Color Harmonies of #B6845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6845D

Black with #B6845D

Text Example


Text Example

White with #B6845D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6845D; }

 p { color: rgb(182,132,93); }

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

background-color css

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

 a { background-color: rgb(182,132,93); }

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

border-color css

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

 span { border-color: rgb(182,132,93); }

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