Html Css Color HEX #B6835D Medium Wood

📋 copy color: '#B6835D'

red 182 ◦ green 131 ◦ blue 93

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

Shades of Medium Wood #B6835D

Tints of Medium Wood #B6835D

RGB

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

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

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

R = 44.83%
G = 32.27%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6835D (or 0xB6835D) is known color: Medium Wood. HEX triplet: B6, 83 and 5D. RGB value is (182,131,93). Sum of RGB (Red+Green+Blue) = 182+131+93=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B6835D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6835D is #497CA2. Grayscale: #8E8E8E. Windows color (decimal): -4816035 or 6128566. OLE color: 6128566.

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

Color convert

RGB 182 131 93 -
CMYK 0 0.28 0.49 0.29
HSL 25.62º 0.38% 0.54% -
HSV(B) 25.62º 0.49% 0.71% -
XYZ 29.38 26.97 14.01 -
YUV 141.92 100.4 156.59 -
System Red Green Blue C M Y K H S L
Decimal 182 131 93 0 0.28 0.49 0.29 25.62 0.38 0.54
Hex B6 83 5D 0 1C 31 1D 1A 26 36
Octal 266 203 135 0 34 61 35 32 46 66
Binary 10110110 10000011 1011101 0 11100 110001 11101 11010 100110 110110

Color Harmonies of #B6835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6835D

Black with #B6835D

Text Example


Text Example

White with #B6835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6835D; }

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

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

background-color css

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

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

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

border-color css

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

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

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