#B67B5A

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

Shades of Medium Wood #B67B5A

Tints of Medium Wood #B67B5A

Color information

#B67B5A (or 0xB67B5A) is unknown color: approx Medium Wood. HEX triplet: B6, 7B and 5A. RGB value is (182,123,90). Sum of RGB (Red+Green+Blue) = 182+123+90=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67B5A is #4984A5. Grayscale: #898989. Windows color (decimal): -4818086 or 5929910. OLE color: 5929910.

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

Color convert

RGB18212390-
CMYK00.320.510.29
HSL21.52º38.66%53.33%-
HSV(B)21.52º50.55%71.37%-
XYZ28.2224.8512.98-
YUV136.88101.55160.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 123 (48.44% from 255) = 31.14%
BLUE value IS 90 (35.55% from 255) = 22.78%
R=46.08%
G=31.14%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821239000.320.510.2921.5238.6653.33
HexB67B5A020331D162735
Octal2661731320406335264765
Binary101101101111011101101001000001100111110110110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67B5A; }

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

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

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

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

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

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

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

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