#B98769

Color #B98769 Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #B98769

Tints of Medium Wood #B98769

Color information

#B98769 (or 0xB98769) is unknown color: approx Medium Wood. HEX triplet: B9, 87 and 69. RGB value is (185,135,105). Sum of RGB (Red+Green+Blue) = 185+135+105=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B98769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98769 is #467896. Grayscale: #929292. Windows color (decimal): -4618391 or 6916025. OLE color: 6916025.

HSL color Cylindrical-coordinate representation of color #B98769: hue angle of 22.5º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B98769 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB185135105-
CMYK00.270.430.27
HSL22.5º36.36%56.86%-
HSV(B)22.5º43.24%72.55%-
XYZ31.2228.6617.25-
YUV146.53104.56155.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.53%
GREEN value IS 135 (53.12% from 255) = 31.76%
BLUE value IS 105 (41.41% from 255) = 24.71%
R=43.53%
G=31.76%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513510500.270.430.2722.536.3656.86
HexB9876901B2B1B172439
Octal2712071510335333274471
Binary101110011000011111010010110111010111101110111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98769; }

 p { color: rgb(185,135,105); }

 H1.HeaderClassName
 {
   color: #B98769;
 }
 .AnyTagClassName
 {
   color: #B98769;
 }
</style>
background-color css

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

 a { background-color: rgb(185,135,105); }

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

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

 span { border-color: rgb(185,135,105); }

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