Html Css Color HEX #B97E5D Medium Wood

📋 copy color: '#B97E5D'

red 185 ◦ green 126 ◦ blue 93

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

Shades of Medium Wood #B97E5D

Tints of Medium Wood #B97E5D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.19%

 BLUE value IS 93 (36.72% from 255) = 23.02%

R = 45.79%
G = 31.19%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B97E5D (or 0xB97E5D) is known color: Medium Wood. HEX triplet: B9, 7E and 5D. RGB value is (185,126,93). Sum of RGB (Red+Green+Blue) = 185+126+93=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E5D is #4681A2. Grayscale: #8C8C8C. Windows color (decimal): -4620707 or 6127289. OLE color: 6127289.

HSL color Cylindrical-coordinate representation of color #B97E5D: hue angle of 21.52º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B97E5D is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 126 93 -
CMYK 0 0.32 0.50 0.27
HSL 21.52º 0.4% 0.55% -
HSV(B) 21.52º 0.5% 0.73% -
XYZ 29.44 26.03 13.83 -
YUV 139.88 101.55 160.18 -
System Red Green Blue C M Y K H S L
Decimal 185 126 93 0 0.32 0.50 0.27 21.52 0.4 0.55
Hex B9 7E 5D 0 20 32 1B 16 28 37
Octal 271 176 135 0 40 62 33 26 50 67
Binary 10111001 1111110 1011101 0 100000 110010 11011 10110 101000 110111

Color Harmonies of #B97E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97E5D

Black with #B97E5D

Text Example


Text Example

White with #B97E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97E5D; }

 p { color: rgb(185,126,93); }

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

background-color css

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

 a { background-color: rgb(185,126,93); }

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

border-color css

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

 span { border-color: rgb(185,126,93); }

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