Html Css Color HEX #B97F5E Medium Wood

📋 copy color: '#B97F5E'

red 185 ◦ green 127 ◦ blue 94

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

Shades of Medium Wood #B97F5E

Tints of Medium Wood #B97F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.15%

R = 45.57%
G = 31.28%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B97F5E (or 0xB97F5E) is known color: Medium Wood. HEX triplet: B9, 7F and 5E. RGB value is (185,127,94). Sum of RGB (Red+Green+Blue) = 185+127+94=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97F5E is #4680A1. Grayscale: #8C8C8C. Windows color (decimal): -4620450 or 6193081. OLE color: 6193081.

HSL color Cylindrical-coordinate representation of color #B97F5E: hue angle of 21.76º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B97F5E is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 127 94 -
CMYK 0 0.31 0.49 0.27
HSL 21.76º 0.39% 0.55% -
HSV(B) 21.76º 0.49% 0.73% -
XYZ 29.62 26.3 14.11 -
YUV 140.58 101.72 159.68 -
System Red Green Blue C M Y K H S L
Decimal 185 127 94 0 0.31 0.49 0.27 21.76 0.39 0.55
Hex B9 7F 5E 0 1F 31 1B 16 27 37
Octal 271 177 136 0 37 61 33 26 47 67
Binary 10111001 1111111 1011110 0 11111 110001 11011 10110 100111 110111

Color Harmonies of #B97F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97F5E

Black with #B97F5E

Text Example


Text Example

White with #B97F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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