#B67C5A

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

Shades of Medium Wood #B67C5A

Tints of Medium Wood #B67C5A

Color information

#B67C5A (or 0xB67C5A) is unknown color: approx Medium Wood. HEX triplet: B6, 7C and 5A. RGB value is (182,124,90). Sum of RGB (Red+Green+Blue) = 182+124+90=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67C5A is #4983A5. Grayscale: #898989. Windows color (decimal): -4817830 or 5930166. OLE color: 5930166.

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

Color convert

RGB18212490-
CMYK00.320.510.29
HSL22.17º38.66%53.33%-
HSV(B)22.17º50.55%71.37%-
XYZ28.3425.113.02-
YUV137.47101.22159.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.96%
GREEN value IS 124 (48.83% from 255) = 31.31%
BLUE value IS 90 (35.55% from 255) = 22.73%
R=45.96%
G=31.31%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821249000.320.510.2922.1738.6653.33
HexB67C5A020331D162735
Octal2661741320406335264765
Binary101101101111100101101001000001100111110110110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67C5A; }

 p { color: rgb(182,124,90); }

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

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

 a { background-color: rgb(182,124,90); }

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

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

 span { border-color: rgb(182,124,90); }

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