#B28962

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

Shades of Medium Wood #B28962

Tints of Medium Wood #B28962

Color information

#B28962 (or 0xB28962) is unknown color: approx Medium Wood. HEX triplet: B2, 89 and 62. RGB value is (178,137,98). Sum of RGB (Red+Green+Blue) = 178+137+98=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B28962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28962 is #4D769D. Grayscale: #919191. Windows color (decimal): -5076638 or 6457778. OLE color: 6457778.

HSL color Cylindrical-coordinate representation of color #B28962: hue angle of 29.25º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B28962 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB17813798-
CMYK00.230.450.30
HSL29.25º34.19%54.12%-
HSV(B)29.25º44.94%69.8%-
XYZ29.5128.2415.45-
YUV144.81101.58151.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 137 (53.91% from 255) = 33.17%
BLUE value IS 98 (38.67% from 255) = 23.73%
R=43.10%
G=33.17%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781379800.230.450.3029.2534.1954.12
HexB289620172D1E1d2236
Octal2622111420275536354266
Binary101100101000100111000100101111011011111011101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28962; }

 p { color: rgb(178,137,98); }

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

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

 a { background-color: rgb(178,137,98); }

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

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

 span { border-color: rgb(178,137,98); }

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