#B67A5B

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

Shades of Medium Wood #B67A5B

Tints of Medium Wood #B67A5B

Color information

#B67A5B (or 0xB67A5B) is unknown color: approx Medium Wood. HEX triplet: B6, 7A and 5B. RGB value is (182,122,91). Sum of RGB (Red+Green+Blue) = 182+122+91=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67A5B is #4985A4. Grayscale: #888888. Windows color (decimal): -4818341 or 5995190. OLE color: 5995190.

HSL color Cylindrical-coordinate representation of color #B67A5B: hue angle of 20.44º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B67A5B is Cyan = 0, Magento = 0.33, Yellow = 0.5 and Black (K on CMYK) = 0.29.

Color convert

RGB18212291-
CMYK00.330.50.29
HSL20.44º38.4%53.53%-
HSV(B)20.44º50%71.37%-
XYZ28.1424.6213.17-
YUV136.41102.38160.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 122 (48.05% from 255) = 30.89%
BLUE value IS 91 (35.94% from 255) = 23.04%
R=46.08%
G=30.89%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821229100.330.50.2920.4438.453.53
HexB67A5B021321D142636
Octal2661721330416235244666
Binary101101101111010101101101000011100101110110100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67A5B; }

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

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

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

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

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

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

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

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