#B67D5A

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

Shades of Medium Wood #B67D5A

Tints of Medium Wood #B67D5A

Color information

#B67D5A (or 0xB67D5A) is unknown color: approx Medium Wood. HEX triplet: B6, 7D and 5A. RGB value is (182,125,90). Sum of RGB (Red+Green+Blue) = 182+125+90=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67D5A is #4982A5. Grayscale: #8A8A8A. Windows color (decimal): -4817574 or 5930422. OLE color: 5930422.

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

Color convert

RGB18212590-
CMYK00.310.510.29
HSL22.83º38.66%53.33%-
HSV(B)22.83º50.55%71.37%-
XYZ28.4725.3513.07-
YUV138.05100.88159.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.84%
GREEN value IS 125 (49.22% from 255) = 31.49%
BLUE value IS 90 (35.55% from 255) = 22.67%
R=45.84%
G=31.49%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821259000.310.510.2922.8338.6653.33
HexB67D5A01F331D172735
Octal2661751320376335274765
Binary10110110111110110110100111111100111110110111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67D5A; }

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

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

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

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

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

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

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

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