#B67C67

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

Shades of Medium Wood #B67C67

Tints of Medium Wood #B67C67

Color information

#B67C67 (or 0xB67C67) is unknown color: approx Medium Wood. HEX triplet: B6, 7C and 67. RGB value is (182,124,103). Sum of RGB (Red+Green+Blue) = 182+124+103=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67C67 is #498398. Grayscale: #8B8B8B. Windows color (decimal): -4817817 or 6782134. OLE color: 6782134.

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

Color convert

RGB182124103-
CMYK00.320.430.29
HSL15.95º35.11%55.88%-
HSV(B)15.95º43.41%71.37%-
XYZ28.9525.3416.2-
YUV138.95107.72158.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 124 (48.83% from 255) = 30.32%
BLUE value IS 103 (40.62% from 255) = 25.18%
R=44.50%
G=30.32%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212410300.320.430.2915.9535.1155.88
HexB67C670202B1D102338
Octal2661741470405335204370
Binary101101101111100110011101000001010111110110000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67C67; }

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

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

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

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

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

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

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

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