#B28969

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

Shades of Medium Wood #B28969

Tints of Medium Wood #B28969

Color information

#B28969 (or 0xB28969) is unknown color: approx Medium Wood. HEX triplet: B2, 89 and 69. RGB value is (178,137,105). Sum of RGB (Red+Green+Blue) = 178+137+105=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B28969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28969 is #4D7696. Grayscale: #919191. Windows color (decimal): -5076631 or 6916530. OLE color: 6916530.

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

Color convert

RGB178137105-
CMYK00.230.410.30
HSL26.3º32.16%55.49%-
HSV(B)26.3º41.01%69.8%-
XYZ29.8628.3817.27-
YUV145.61105.08151.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.38%
GREEN value IS 137 (53.91% from 255) = 32.62%
BLUE value IS 105 (41.41% from 255) = 25%
R=42.38%
G=32.62%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813710500.230.410.3026.332.1655.49
HexB28969017291E1a2037
Octal2622111510275136324067
Binary101100101000100111010010101111010011111011010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28969; }

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

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

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

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

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

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

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

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