Html Css Color HEX #B97D5C Medium Wood

📋 copy color: '#B97D5C'

red 185 ◦ green 125 ◦ blue 92

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

Shades of Medium Wood #B97D5C

Tints of Medium Wood #B97D5C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.09%

 BLUE value IS 92 (36.33% from 255) = 22.89%

R = 46.02%
G = 31.09%
B = 22.89%

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

#B97D5C (or 0xB97D5C) is known color: Medium Wood. HEX triplet: B9, 7D and 5C. RGB value is (185,125,92). Sum of RGB (Red+Green+Blue) = 185+125+92=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97D5C is #4682A3. Grayscale: #8B8B8B. Windows color (decimal): -4620964 or 6061497. OLE color: 6061497.

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

Color convert

RGB 185 125 92 -
CMYK 0 0.32 0.50 0.27
HSL 21.29º 0.4% 0.54% -
HSV(B) 21.29º 0.5% 0.73% -
XYZ 29.27 25.75 13.55 -
YUV 139.18 101.38 160.68 -
System Red Green Blue C M Y K H S L
Decimal 185 125 92 0 0.32 0.50 0.27 21.29 0.4 0.54
Hex B9 7D 5C 0 20 32 1B 15 28 36
Octal 271 175 134 0 40 62 33 25 50 66
Binary 10111001 1111101 1011100 0 100000 110010 11011 10101 101000 110110

Color Harmonies of #B97D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97D5C

Black with #B97D5C

Text Example


Text Example

White with #B97D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97D5C; }

 p { color: rgb(185,125,92); }

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

background-color css

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

 a { background-color: rgb(185,125,92); }

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

border-color css

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

 span { border-color: rgb(185,125,92); }

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