Html Css Color HEX #B97C58 Medium Wood

📋 copy color: '#B97C58'

red 185 ◦ green 124 ◦ blue 88

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

Shades of Medium Wood #B97C58

Tints of Medium Wood #B97C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.17%

R = 46.6%
G = 31.23%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B97C58 (or 0xB97C58) is known color: Medium Wood. HEX triplet: B9, 7C and 58. RGB value is (185,124,88). Sum of RGB (Red+Green+Blue) = 185+124+88=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C58 is #4683A7. Grayscale: #8A8A8A. Windows color (decimal): -4621224 or 5799097. OLE color: 5799097.

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

Color convert

RGB 185 124 88 -
CMYK 0 0.33 0.52 0.27
HSL 22.27º 0.41% 0.54% -
HSV(B) 22.27º 0.52% 0.73% -
XYZ 28.98 25.43 12.61 -
YUV 138.14 99.71 161.43 -
System Red Green Blue C M Y K H S L
Decimal 185 124 88 0 0.33 0.52 0.27 22.27 0.41 0.54
Hex B9 7C 58 0 21 34 1B 16 29 36
Octal 271 174 130 0 41 64 33 26 51 66
Binary 10111001 1111100 1011000 0 100001 110100 11011 10110 101001 110110

Color Harmonies of #B97C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97C58

Black with #B97C58

Text Example


Text Example

White with #B97C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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