Html Css Color HEX #B6896B Medium Wood

📋 copy color: '#B6896B'

red 182 ◦ green 137 ◦ blue 107

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

Shades of Medium Wood #B6896B

Tints of Medium Wood #B6896B

RGB

 RED value IS 182 (71.48% from 255) = 42.72%

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

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

R = 42.72%
G = 32.16%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B6896B (or 0xB6896B) is known color: Medium Wood. HEX triplet: B6, 89 and 6B. RGB value is (182,137,107). Sum of RGB (Red+Green+Blue) = 182+137+107=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B6896B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6896B is #497694. Grayscale: #939393. Windows color (decimal): -4814485 or 7047606. OLE color: 7047606.

HSL color Cylindrical-coordinate representation of color #B6896B: hue angle of 24º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6896B is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 137 107 -
CMYK 0 0.25 0.41 0.29
HSL 24º 0.34% 0.57% -
HSV(B) 24º 0.41% 0.71% -
XYZ 30.89 28.9 17.86 -
YUV 147.04 105.41 152.94 -
System Red Green Blue C M Y K H S L
Decimal 182 137 107 0 0.25 0.41 0.29 24 0.34 0.57
Hex B6 89 6B 0 19 29 1D 18 22 39
Octal 266 211 153 0 31 51 35 30 42 71
Binary 10110110 10001001 1101011 0 11001 101001 11101 11000 100010 111001

Color Harmonies of #B6896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6896B

Black with #B6896B

Text Example


Text Example

White with #B6896B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6896B; }

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

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

background-color css

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

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

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

border-color css

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

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

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