#B67B65

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

Shades of Medium Wood #B67B65

Tints of Medium Wood #B67B65

Color information

#B67B65 (or 0xB67B65) is unknown color: approx Medium Wood. HEX triplet: B6, 7B and 65. RGB value is (182,123,101). Sum of RGB (Red+Green+Blue) = 182+123+101=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67B65 is #49849A. Grayscale: #8A8A8A. Windows color (decimal): -4818075 or 6650806. OLE color: 6650806.

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

Color convert

RGB182123101-
CMYK00.320.450.29
HSL16.3º35.68%55.49%-
HSV(B)16.3º44.51%71.37%-
XYZ28.7225.0515.63-
YUV138.13107.05159.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.83%
GREEN value IS 123 (48.44% from 255) = 30.30%
BLUE value IS 101 (39.84% from 255) = 24.88%
R=44.83%
G=30.30%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212310100.320.450.2916.335.6855.49
HexB67B650202D1D102437
Octal2661731450405535204467
Binary101101101111011110010101000001011011110110000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67B65; }

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

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

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

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

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

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

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

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