#B67D58

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

Shades of Medium Wood #B67D58

Tints of Medium Wood #B67D58

Color information

#B67D58 (or 0xB67D58) is unknown color: approx Medium Wood. HEX triplet: B6, 7D and 58. RGB value is (182,125,88). Sum of RGB (Red+Green+Blue) = 182+125+88=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67D58 is #4982A7. Grayscale: #8A8A8A. Windows color (decimal): -4817576 or 5799350. OLE color: 5799350.

HSL color Cylindrical-coordinate representation of color #B67D58: hue angle of 23.62º 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 #B67D58 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18212588-
CMYK00.310.520.29
HSL23.62º39.17%52.94%-
HSV(B)23.62º51.65%71.37%-
XYZ28.3925.3212.62-
YUV137.8399.88159.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 125 (49.22% from 255) = 31.65%
BLUE value IS 88 (34.77% from 255) = 22.28%
R=46.08%
G=31.65%
B=22.28%

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
Decimal1821258800.310.520.2923.6239.1752.94
HexB67D5801F341D182735
Octal2661751300376435304765
Binary10110110111110110110000111111101001110111000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67D58; }

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

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

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

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

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

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

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

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