Html Css Color HEX #B3896A Medium Wood

📋 copy color: '#B3896A'

red 179 ◦ green 137 ◦ blue 106

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

Shades of Medium Wood #B3896A

Tints of Medium Wood #B3896A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.46%

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

R = 42.42%
G = 32.46%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B3896A (or 0xB3896A) is known color: Medium Wood. HEX triplet: B3, 89 and 6A. RGB value is (179,137,106). Sum of RGB (Red+Green+Blue) = 179+137+106=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B3896A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3896A is #4C7695. Grayscale: #929292. Windows color (decimal): -5011094 or 6982067. OLE color: 6982067.

HSL color Cylindrical-coordinate representation of color #B3896A: hue angle of 25.48º 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 #B3896A is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 137 106 -
CMYK 0 0.23 0.41 0.30
HSL 25.48º 0.32% 0.56% -
HSV(B) 25.48º 0.41% 0.7% -
XYZ 30.14 28.52 17.55 -
YUV 146.02 105.41 151.52 -
System Red Green Blue C M Y K H S L
Decimal 179 137 106 0 0.23 0.41 0.30 25.48 0.32 0.56
Hex B3 89 6A 0 17 29 1E 19 20 38
Octal 263 211 152 0 27 51 36 31 40 70
Binary 10110011 10001001 1101010 0 10111 101001 11110 11001 100000 111000

Color Harmonies of #B3896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3896A

Black with #B3896A

Text Example


Text Example

White with #B3896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3896A; }

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

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

background-color css

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

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

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

border-color css

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

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

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