#B28367

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

Shades of Medium Wood #B28367

Tints of Medium Wood #B28367

Color information

#B28367 (or 0xB28367) is unknown color: approx Medium Wood. HEX triplet: B2, 83 and 67. RGB value is (178,131,103). Sum of RGB (Red+Green+Blue) = 178+131+103=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B28367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28367 is #4D7C98. Grayscale: #8E8E8E. Windows color (decimal): -5078169 or 6783922. OLE color: 6783922.

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

Color convert

RGB178131103-
CMYK00.260.420.30
HSL22.4º32.75%55.1%-
HSV(B)22.4º42.13%69.8%-
XYZ28.9226.6816.46-
YUV141.86106.07153.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.20%
GREEN value IS 131 (51.56% from 255) = 31.80%
BLUE value IS 103 (40.62% from 255) = 25%
R=43.20%
G=31.80%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813110300.260.420.3022.432.7555.1
HexB2836701A2A1E162137
Octal2622031470325236264167
Binary101100101000001111001110110101010101111010110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28367; }

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

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

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

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

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

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

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

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