#B5826A

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

Shades of Medium Wood #B5826A

Tints of Medium Wood #B5826A

Color information

#B5826A (or 0xB5826A) is unknown color: approx Medium Wood. HEX triplet: B5, 82 and 6A. RGB value is (181,130,106). Sum of RGB (Red+Green+Blue) = 181+130+106=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B5826A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5826A is #4A7D95. Grayscale: #8E8E8E. Windows color (decimal): -4881814 or 6980277. OLE color: 6980277.

HSL color Cylindrical-coordinate representation of color #B5826A: hue angle of 19.2º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5826A is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB181130106-
CMYK00.280.410.29
HSL19.2º33.63%56.27%-
HSV(B)19.2º41.44%70.98%-
XYZ29.6426.8317.25-
YUV142.51107.4155.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.41%
GREEN value IS 130 (51.17% from 255) = 31.18%
BLUE value IS 106 (41.80% from 255) = 25.42%
R=43.41%
G=31.18%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113010600.280.410.2919.233.6356.27
HexB5826A01C291D132238
Octal2652021520345135234270
Binary101101011000001011010100111001010011110110011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5826A; }

 p { color: rgb(181,130,106); }

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

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

 a { background-color: rgb(181,130,106); }

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

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

 span { border-color: rgb(181,130,106); }

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