#B67B63

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

Shades of Medium Wood #B67B63

Tints of Medium Wood #B67B63

Color information

#B67B63 (or 0xB67B63) is unknown color: approx Medium Wood. HEX triplet: B6, 7B and 63. RGB value is (182,123,99). Sum of RGB (Red+Green+Blue) = 182+123+99=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67B63 is #49849C. Grayscale: #8A8A8A. Windows color (decimal): -4818077 or 6519734. OLE color: 6519734.

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

Color convert

RGB18212399-
CMYK00.320.460.29
HSL17.35º36.24%55.1%-
HSV(B)17.35º45.6%71.37%-
XYZ28.6325.0115.12-
YUV137.9106.05159.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.05%
GREEN value IS 123 (48.44% from 255) = 30.45%
BLUE value IS 99 (39.06% from 255) = 24.50%
R=45.05%
G=30.45%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821239900.320.460.2917.3536.2455.1
HexB67B630202E1D112437
Octal2661731430405635214467
Binary101101101111011110001101000001011101110110001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67B63; }

 p { color: rgb(182,123,99); }

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

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

 a { background-color: rgb(182,123,99); }

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

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

 span { border-color: rgb(182,123,99); }

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