#B67F5A

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

Shades of Medium Wood #B67F5A

Tints of Medium Wood #B67F5A

Color information

#B67F5A (or 0xB67F5A) is unknown color: approx Medium Wood. HEX triplet: B6, 7F and 5A. RGB value is (182,127,90). Sum of RGB (Red+Green+Blue) = 182+127+90=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67F5A is #4980A5. Grayscale: #8B8B8B. Windows color (decimal): -4817062 or 5930934. OLE color: 5930934.

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

Color convert

RGB18212790-
CMYK00.300.510.29
HSL24.13º38.66%53.33%-
HSV(B)24.13º50.55%71.37%-
XYZ28.7325.8613.15-
YUV139.23100.22158.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.61%
GREEN value IS 127 (50% from 255) = 31.83%
BLUE value IS 90 (35.55% from 255) = 22.56%
R=45.61%
G=31.83%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821279000.300.510.2924.1338.6653.33
HexB67F5A01E331D182735
Octal2661771320366335304765
Binary10110110111111110110100111101100111110111000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F5A; }

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

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

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

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

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

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

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

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