Html Css Color HEX #B97C62 Medium Wood

📋 copy color: '#B97C62'

red 185 ◦ green 124 ◦ blue 98

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

Shades of Medium Wood #B97C62

Tints of Medium Wood #B97C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.08%

R = 45.45%
G = 30.47%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B97C62 (or 0xB97C62) is known color: Medium Wood. HEX triplet: B9, 7C and 62. RGB value is (185,124,98). Sum of RGB (Red+Green+Blue) = 185+124+98=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C62 is #46839D. Grayscale: #8B8B8B. Windows color (decimal): -4621214 or 6454457. OLE color: 6454457.

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

Color convert

RGB 185 124 98 -
CMYK 0 0.33 0.47 0.27
HSL 17.93º 0.38% 0.55% -
HSV(B) 17.93º 0.47% 0.73% -
XYZ 29.42 25.61 14.95 -
YUV 139.28 104.71 160.61 -
System Red Green Blue C M Y K H S L
Decimal 185 124 98 0 0.33 0.47 0.27 17.93 0.38 0.55
Hex B9 7C 62 0 21 2F 1B 12 26 37
Octal 271 174 142 0 41 57 33 22 46 67
Binary 10111001 1111100 1100010 0 100001 101111 11011 10010 100110 110111

Color Harmonies of #B97C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97C62

Black with #B97C62

Text Example


Text Example

White with #B97C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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