Html Css Color HEX #B6866B Medium Wood

📋 copy color: '#B6866B'

red 182 ◦ green 134 ◦ blue 107

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

Shades of Medium Wood #B6866B

Tints of Medium Wood #B6866B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.68%

 BLUE value IS 107 (42.19% from 255) = 25.3%

R = 43.03%
G = 31.68%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B6866B (or 0xB6866B) is known color: Medium Wood. HEX triplet: B6, 86 and 6B. RGB value is (182,134,107). Sum of RGB (Red+Green+Blue) = 182+134+107=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B6866B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6866B is #497994. Grayscale: #919191. Windows color (decimal): -4815253 or 7046838. OLE color: 7046838.

HSL color Cylindrical-coordinate representation of color #B6866B: hue angle of 21.6º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6866B is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 134 107 -
CMYK 0 0.26 0.41 0.29
HSL 21.6º 0.34% 0.57% -
HSV(B) 21.6º 0.41% 0.71% -
XYZ 30.47 28.06 17.72 -
YUV 145.27 106.4 154.2 -
System Red Green Blue C M Y K H S L
Decimal 182 134 107 0 0.26 0.41 0.29 21.6 0.34 0.57
Hex B6 86 6B 0 1A 29 1D 16 22 39
Octal 266 206 153 0 32 51 35 26 42 71
Binary 10110110 10000110 1101011 0 11010 101001 11101 10110 100010 111001

Color Harmonies of #B6866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6866B

Black with #B6866B

Text Example


Text Example

White with #B6866B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6866B; }

 p { color: rgb(182,134,107); }

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

background-color css

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

 a { background-color: rgb(182,134,107); }

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

border-color css

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

 span { border-color: rgb(182,134,107); }

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