Html Css Color HEX #B3866E Medium Wood

📋 copy color: '#B3866E'

red 179 ◦ green 134 ◦ blue 110

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

Shades of Medium Wood #B3866E

Tints of Medium Wood #B3866E

RGB

 RED value IS 179 (70.31% from 255) = 42.32%

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

 BLUE value IS 110 (43.36% from 255) = 26%

R = 42.32%
G = 31.68%
B = 26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B3866E (or 0xB3866E) is known color: Medium Wood. HEX triplet: B3, 86 and 6E. RGB value is (179,134,110). Sum of RGB (Red+Green+Blue) = 179+134+110=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B3866E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3866E is #4C7991. Grayscale: #909090. Windows color (decimal): -5011858 or 7243443. OLE color: 7243443.

HSL color Cylindrical-coordinate representation of color #B3866E: hue angle of 20.87º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B3866E is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 134 110 -
CMYK 0 0.25 0.39 0.30
HSL 20.87º 0.31% 0.57% -
HSV(B) 20.87º 0.39% 0.7% -
XYZ 29.93 27.76 18.53 -
YUV 144.72 108.41 152.45 -
System Red Green Blue C M Y K H S L
Decimal 179 134 110 0 0.25 0.39 0.30 20.87 0.31 0.57
Hex B3 86 6E 0 19 27 1E 15 1F 39
Octal 263 206 156 0 31 47 36 25 37 71
Binary 10110011 10000110 1101110 0 11001 100111 11110 10101 11111 111001

Color Harmonies of #B3866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3866E

Black with #B3866E

Text Example


Text Example

White with #B3866E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3866E; }

 p { color: rgb(179,134,110); }

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

background-color css

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

 a { background-color: rgb(179,134,110); }

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

border-color css

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

 span { border-color: rgb(179,134,110); }

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