Html Css Color HEX #B97E63 Medium Wood

📋 copy color: '#B97E63'

red 185 ◦ green 126 ◦ blue 99

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

Shades of Medium Wood #B97E63

Tints of Medium Wood #B97E63

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.73%

 BLUE value IS 99 (39.06% from 255) = 24.15%

R = 45.12%
G = 30.73%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B97E63 (or 0xB97E63) is known color: Medium Wood. HEX triplet: B9, 7E and 63. RGB value is (185,126,99). Sum of RGB (Red+Green+Blue) = 185+126+99=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 99 (39.06% from 255 or 24.15% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E63 is #46819C. Grayscale: #8C8C8C. Windows color (decimal): -4620701 or 6520505. OLE color: 6520505.

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

Color convert

RGB 185 126 99 -
CMYK 0 0.32 0.46 0.27
HSL 18.84º 0.38% 0.56% -
HSV(B) 18.84º 0.46% 0.73% -
XYZ 29.72 26.14 15.28 -
YUV 140.56 104.55 159.7 -
System Red Green Blue C M Y K H S L
Decimal 185 126 99 0 0.32 0.46 0.27 18.84 0.38 0.56
Hex B9 7E 63 0 20 2E 1B 13 26 38
Octal 271 176 143 0 40 56 33 23 46 70
Binary 10111001 1111110 1100011 0 100000 101110 11011 10011 100110 111000

Color Harmonies of #B97E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97E63

Black with #B97E63

Text Example


Text Example

White with #B97E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97E63; }

 p { color: rgb(185,126,99); }

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

background-color css

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

 a { background-color: rgb(185,126,99); }

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

border-color css

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

 span { border-color: rgb(185,126,99); }

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