Html Css Color HEX #B97F5C Medium Wood

📋 copy color: '#B97F5C'

red 185 ◦ green 127 ◦ blue 92

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

Shades of Medium Wood #B97F5C

Tints of Medium Wood #B97F5C

RGB

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

 GREEN value IS 127 (50% from 255) = 31.44%

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

R = 45.79%
G = 31.44%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B97F5C (or 0xB97F5C) is known color: Medium Wood. HEX triplet: B9, 7F and 5C. RGB value is (185,127,92). Sum of RGB (Red+Green+Blue) = 185+127+92=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97F5C is #4680A3. Grayscale: #8C8C8C. Windows color (decimal): -4620452 or 6062009. OLE color: 6062009.

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

Color convert

RGB 185 127 92 -
CMYK 0 0.31 0.50 0.27
HSL 22.58º 0.4% 0.54% -
HSV(B) 22.58º 0.5% 0.73% -
XYZ 29.53 26.27 13.64 -
YUV 140.35 100.72 159.85 -
System Red Green Blue C M Y K H S L
Decimal 185 127 92 0 0.31 0.50 0.27 22.58 0.4 0.54
Hex B9 7F 5C 0 1F 32 1B 17 28 36
Octal 271 177 134 0 37 62 33 27 50 66
Binary 10111001 1111111 1011100 0 11111 110010 11011 10111 101000 110110

Color Harmonies of #B97F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97F5C

Black with #B97F5C

Text Example


Text Example

White with #B97F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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