#B67E58

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

Shades of Medium Wood #B67E58

Tints of Medium Wood #B67E58

Color information

#B67E58 (or 0xB67E58) is unknown color: approx Medium Wood. HEX triplet: B6, 7E and 58. RGB value is (182,126,88). Sum of RGB (Red+Green+Blue) = 182+126+88=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67E58 is #4981A7. Grayscale: #8A8A8A. Windows color (decimal): -4817320 or 5799606. OLE color: 5799606.

HSL color Cylindrical-coordinate representation of color #B67E58: hue angle of 24.26º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B67E58 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18212688-
CMYK00.310.520.29
HSL24.26º39.17%52.94%-
HSV(B)24.26º51.65%71.37%-
XYZ28.5125.5712.67-
YUV138.4199.55159.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.96%
GREEN value IS 126 (49.61% from 255) = 31.82%
BLUE value IS 88 (34.77% from 255) = 22.22%
R=45.96%
G=31.82%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821268800.310.520.2924.2639.1752.94
HexB67E5801F341D182735
Octal2661761300376435304765
Binary10110110111111010110000111111101001110111000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67E58; }

 p { color: rgb(182,126,88); }

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

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

 a { background-color: rgb(182,126,88); }

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

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

 span { border-color: rgb(182,126,88); }

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