#B28369

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

Shades of Medium Wood #B28369

Tints of Medium Wood #B28369

Color information

#B28369 (or 0xB28369) is unknown color: approx Medium Wood. HEX triplet: B2, 83 and 69. RGB value is (178,131,105). Sum of RGB (Red+Green+Blue) = 178+131+105=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B28369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28369 is #4D7C96. Grayscale: #8E8E8E. Windows color (decimal): -5078167 or 6914994. OLE color: 6914994.

HSL color Cylindrical-coordinate representation of color #B28369: hue angle of 21.37º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B28369 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB178131105-
CMYK00.260.410.30
HSL21.37º32.16%55.49%-
HSV(B)21.37º41.01%69.8%-
XYZ29.0326.7216.99-
YUV142.09107.07153.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.00%
GREEN value IS 131 (51.56% from 255) = 31.64%
BLUE value IS 105 (41.41% from 255) = 25.36%
R=43.00%
G=31.64%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813110500.260.410.3021.3732.1655.49
HexB2836901A291E152037
Octal2622031510325136254067
Binary101100101000001111010010110101010011111010101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28369; }

 p { color: rgb(178,131,105); }

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

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

 a { background-color: rgb(178,131,105); }

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

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

 span { border-color: rgb(178,131,105); }

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