Html Css Color HEX #B97C5C Medium Wood

📋 copy color: '#B97C5C'

red 185 ◦ green 124 ◦ blue 92

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

Shades of Medium Wood #B97C5C

Tints of Medium Wood #B97C5C

RGB

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

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

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

R = 46.13%
G = 30.92%
B = 22.94%

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

#B97C5C (or 0xB97C5C) is known color: Medium Wood. HEX triplet: B9, 7C and 5C. RGB value is (185,124,92). Sum of RGB (Red+Green+Blue) = 185+124+92=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C5C is #4683A3. Grayscale: #8A8A8A. Windows color (decimal): -4621220 or 6061241. OLE color: 6061241.

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

Color convert

RGB 185 124 92 -
CMYK 0 0.33 0.50 0.27
HSL 20.65º 0.4% 0.54% -
HSV(B) 20.65º 0.5% 0.73% -
XYZ 29.15 25.5 13.51 -
YUV 138.59 101.71 161.1 -
System Red Green Blue C M Y K H S L
Decimal 185 124 92 0 0.33 0.50 0.27 20.65 0.4 0.54
Hex B9 7C 5C 0 21 32 1B 15 28 36
Octal 271 174 134 0 41 62 33 25 50 66
Binary 10111001 1111100 1011100 0 100001 110010 11011 10101 101000 110110

Color Harmonies of #B97C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97C5C

Black with #B97C5C

Text Example


Text Example

White with #B97C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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