Html Css Color HEX #B97C5D Medium Wood

📋 copy color: '#B97C5D'

red 185 ◦ green 124 ◦ blue 93

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

Shades of Medium Wood #B97C5D

Tints of Medium Wood #B97C5D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.85%

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

R = 46.02%
G = 30.85%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B97C5D (or 0xB97C5D) is known color: Medium Wood. HEX triplet: B9, 7C and 5D. RGB value is (185,124,93). Sum of RGB (Red+Green+Blue) = 185+124+93=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C5D is #4683A2. Grayscale: #8A8A8A. Windows color (decimal): -4621219 or 6126777. OLE color: 6126777.

HSL color Cylindrical-coordinate representation of color #B97C5D: hue angle of 20.22º 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 #B97C5D is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 124 93 -
CMYK 0 0.33 0.50 0.27
HSL 20.22º 0.4% 0.55% -
HSV(B) 20.22º 0.5% 0.73% -
XYZ 29.19 25.52 13.74 -
YUV 138.71 102.21 161.02 -
System Red Green Blue C M Y K H S L
Decimal 185 124 93 0 0.33 0.50 0.27 20.22 0.4 0.55
Hex B9 7C 5D 0 21 32 1B 14 28 37
Octal 271 174 135 0 41 62 33 24 50 67
Binary 10111001 1111100 1011101 0 100001 110010 11011 10100 101000 110111

Color Harmonies of #B97C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97C5D

Black with #B97C5D

Text Example


Text Example

White with #B97C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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