Html Css Color HEX #B3856C Medium Wood

📋 copy color: '#B3856C'

red 179 ◦ green 133 ◦ blue 108

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

Shades of Medium Wood #B3856C

Tints of Medium Wood #B3856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.67%

 BLUE value IS 108 (42.58% from 255) = 25.71%

R = 42.62%
G = 31.67%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B3856C (or 0xB3856C) is known color: Medium Wood. HEX triplet: B3, 85 and 6C. RGB value is (179,133,108). Sum of RGB (Red+Green+Blue) = 179+133+108=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B3856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3856C is #4C7A93. Grayscale: #909090. Windows color (decimal): -5012116 or 7112115. OLE color: 7112115.

HSL color Cylindrical-coordinate representation of color #B3856C: hue angle of 21.13º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B3856C is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 133 108 -
CMYK 0 0.26 0.40 0.30
HSL 21.13º 0.32% 0.56% -
HSV(B) 21.13º 0.4% 0.7% -
XYZ 29.68 27.44 17.92 -
YUV 143.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 179 133 108 0 0.26 0.40 0.30 21.13 0.32 0.56
Hex B3 85 6C 0 1A 28 1E 15 20 38
Octal 263 205 154 0 32 50 36 25 40 70
Binary 10110011 10000101 1101100 0 11010 101000 11110 10101 100000 111000

Color Harmonies of #B3856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3856C

Black with #B3856C

Text Example


Text Example

White with #B3856C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3856C; }

 p { color: rgb(179,133,108); }

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

background-color css

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

 a { background-color: rgb(179,133,108); }

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

border-color css

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

 span { border-color: rgb(179,133,108); }

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