Html Css Color HEX #B9896B Medium Wood

📋 copy color: '#B9896B'

red 185 ◦ green 137 ◦ blue 107

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

Shades of Medium Wood #B9896B

Tints of Medium Wood #B9896B

RGB

 RED value IS 185 (72.66% from 255) = 43.12%

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

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

R = 43.12%
G = 31.93%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9896B (or 0xB9896B) is known color: Medium Wood. HEX triplet: B9, 89 and 6B. RGB value is (185,137,107). Sum of RGB (Red+Green+Blue) = 185+137+107=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B9896B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9896B is #467694. Grayscale: #949494. Windows color (decimal): -4617877 or 7047609. OLE color: 7047609.

HSL color Cylindrical-coordinate representation of color #B9896B: hue angle of 23.08º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9896B is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 137 107 -
CMYK 0 0.26 0.42 0.27
HSL 23.08º 0.36% 0.57% -
HSV(B) 23.08º 0.42% 0.73% -
XYZ 31.61 29.27 17.89 -
YUV 147.93 104.9 154.44 -
System Red Green Blue C M Y K H S L
Decimal 185 137 107 0 0.26 0.42 0.27 23.08 0.36 0.57
Hex B9 89 6B 0 1A 2A 1B 17 24 39
Octal 271 211 153 0 32 52 33 27 44 71
Binary 10111001 10001001 1101011 0 11010 101010 11011 10111 100100 111001

Color Harmonies of #B9896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9896B

Black with #B9896B

Text Example


Text Example

White with #B9896B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9896B; }

 p { color: rgb(185,137,107); }

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

background-color css

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

 a { background-color: rgb(185,137,107); }

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

border-color css

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

 span { border-color: rgb(185,137,107); }

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