Html Css Color HEX #B97D5A Medium Wood

📋 copy color: '#B97D5A'

red 185 ◦ green 125 ◦ blue 90

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

Shades of Medium Wood #B97D5A

Tints of Medium Wood #B97D5A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.25%

 BLUE value IS 90 (35.55% from 255) = 22.5%

R = 46.25%
G = 31.25%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B97D5A (or 0xB97D5A) is known color: Medium Wood. HEX triplet: B9, 7D and 5A. RGB value is (185,125,90). Sum of RGB (Red+Green+Blue) = 185+125+90=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97D5A is #4682A5. Grayscale: #8B8B8B. Windows color (decimal): -4620966 or 5930425. OLE color: 5930425.

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

Color convert

RGB 185 125 90 -
CMYK 0 0.32 0.51 0.27
HSL 22.11º 0.4% 0.54% -
HSV(B) 22.11º 0.51% 0.73% -
XYZ 29.19 25.72 13.1 -
YUV 138.95 100.38 160.85 -
System Red Green Blue C M Y K H S L
Decimal 185 125 90 0 0.32 0.51 0.27 22.11 0.4 0.54
Hex B9 7D 5A 0 20 33 1B 16 28 36
Octal 271 175 132 0 40 63 33 26 50 66
Binary 10111001 1111101 1011010 0 100000 110011 11011 10110 101000 110110

Color Harmonies of #B97D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97D5A

Black with #B97D5A

Text Example


Text Example

White with #B97D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97D5A; }

 p { color: rgb(185,125,90); }

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

background-color css

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

 a { background-color: rgb(185,125,90); }

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

border-color css

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

 span { border-color: rgb(185,125,90); }

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