Html Css Color HEX #B97C60 Medium Wood

📋 copy color: '#B97C60'

red 185 ◦ green 124 ◦ blue 96

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

Shades of Medium Wood #B97C60

Tints of Medium Wood #B97C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.7%

R = 45.68%
G = 30.62%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B97C60 (or 0xB97C60) is known color: Medium Wood. HEX triplet: B9, 7C and 60. RGB value is (185,124,96). Sum of RGB (Red+Green+Blue) = 185+124+96=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C60 is #46839F. Grayscale: #8B8B8B. Windows color (decimal): -4621216 or 6323385. OLE color: 6323385.

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

Color convert

RGB 185 124 96 -
CMYK 0 0.33 0.48 0.27
HSL 18.88º 0.39% 0.55% -
HSV(B) 18.88º 0.48% 0.73% -
XYZ 29.33 25.57 14.46 -
YUV 139.05 103.71 160.78 -
System Red Green Blue C M Y K H S L
Decimal 185 124 96 0 0.33 0.48 0.27 18.88 0.39 0.55
Hex B9 7C 60 0 21 30 1B 13 27 37
Octal 271 174 140 0 41 60 33 23 47 67
Binary 10111001 1111100 1100000 0 100001 110000 11011 10011 100111 110111

Color Harmonies of #B97C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97C60

Black with #B97C60

Text Example


Text Example

White with #B97C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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