Html Css Color HEX #B3856A Medium Wood

📋 copy color: '#B3856A'

red 179 ◦ green 133 ◦ blue 106

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

Shades of Medium Wood #B3856A

Tints of Medium Wood #B3856A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.36%

R = 42.82%
G = 31.82%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B3856A (or 0xB3856A) is known color: Medium Wood. HEX triplet: B3, 85 and 6A. RGB value is (179,133,106). Sum of RGB (Red+Green+Blue) = 179+133+106=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B3856A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3856A is #4C7A95. Grayscale: #8F8F8F. Windows color (decimal): -5012118 or 6981043. OLE color: 6981043.

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

Color convert

RGB 179 133 106 -
CMYK 0 0.26 0.41 0.30
HSL 22.19º 0.32% 0.56% -
HSV(B) 22.19º 0.41% 0.7% -
XYZ 29.58 27.4 17.37 -
YUV 143.68 106.74 153.2 -
System Red Green Blue C M Y K H S L
Decimal 179 133 106 0 0.26 0.41 0.30 22.19 0.32 0.56
Hex B3 85 6A 0 1A 29 1E 16 20 38
Octal 263 205 152 0 32 51 36 26 40 70
Binary 10110011 10000101 1101010 0 11010 101001 11110 10110 100000 111000

Color Harmonies of #B3856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3856A

Black with #B3856A

Text Example


Text Example

White with #B3856A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3856A; }

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

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

background-color css

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

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

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

border-color css

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

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

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