#B9815B

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

Shades of Medium Wood #B9815B

Tints of Medium Wood #B9815B

Color information

#B9815B (or 0xB9815B) is unknown color: approx Medium Wood. HEX triplet: B9, 81 and 5B. RGB value is (185,129,91). Sum of RGB (Red+Green+Blue) = 185+129+91=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B9815B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9815B is #467EA4. Grayscale: #8D8D8D. Windows color (decimal): -4619941 or 5996985. OLE color: 5996985.

HSL color Cylindrical-coordinate representation of color #B9815B: hue angle of 24.26º 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 #B9815B is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18512991-
CMYK00.300.510.27
HSL24.26º40.17%54.12%-
HSV(B)24.26º50.81%72.55%-
XYZ29.7526.7713.5-
YUV141.4199.55159.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.68%
GREEN value IS 129 (50.78% from 255) = 31.85%
BLUE value IS 91 (35.94% from 255) = 22.47%
R=45.68%
G=31.85%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851299100.300.510.2724.2640.1754.12
HexB9815B01E331B182836
Octal2712011330366333305066
Binary101110011000000110110110111101100111101111000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9815B; }

 p { color: rgb(185,129,91); }

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

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

 a { background-color: rgb(185,129,91); }

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

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

 span { border-color: rgb(185,129,91); }

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