#B67A63

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

Shades of Medium Wood #B67A63

Tints of Medium Wood #B67A63

Color information

#B67A63 (or 0xB67A63) is unknown color: approx Medium Wood. HEX triplet: B6, 7A and 63. RGB value is (182,122,99). Sum of RGB (Red+Green+Blue) = 182+122+99=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67A63 is #49859C. Grayscale: #898989. Windows color (decimal): -4818333 or 6519478. OLE color: 6519478.

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

Color convert

RGB18212299-
CMYK00.330.460.29
HSL16.63º36.24%55.1%-
HSV(B)16.63º45.6%71.37%-
XYZ28.524.7715.08-
YUV137.32106.38159.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.16%
GREEN value IS 122 (48.05% from 255) = 30.27%
BLUE value IS 99 (39.06% from 255) = 24.57%
R=45.16%
G=30.27%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821229900.330.460.2916.6336.2455.1
HexB67A630212E1D112437
Octal2661721430415635214467
Binary101101101111010110001101000011011101110110001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67A63; }

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

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

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

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

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

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

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

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