#B3825A

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

Shades of Medium Wood #B3825A

Tints of Medium Wood #B3825A

Color information

#B3825A (or 0xB3825A) is unknown color: approx Medium Wood. HEX triplet: B3, 82 and 5A. RGB value is (179,130,90). Sum of RGB (Red+Green+Blue) = 179+130+90=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B3825A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3825A is #4C7DA5. Grayscale: #8C8C8C. Windows color (decimal): -5012902 or 5931699. OLE color: 5931699.

HSL color Cylindrical-coordinate representation of color #B3825A: hue angle of 26.97º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3825A is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB17913090-
CMYK00.270.500.30
HSL26.97º36.93%52.75%-
HSV(B)26.97º49.72%70.2%-
XYZ28.4226.2913.25-
YUV140.0999.73155.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.86%
GREEN value IS 130 (51.17% from 255) = 32.58%
BLUE value IS 90 (35.55% from 255) = 22.56%
R=44.86%
G=32.58%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791309000.270.500.3026.9736.9352.75
HexB3825A01B321E1b2535
Octal2632021320336236334565
Binary101100111000001010110100110111100101111011011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3825A; }

 p { color: rgb(179,130,90); }

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

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

 a { background-color: rgb(179,130,90); }

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

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

 span { border-color: rgb(179,130,90); }

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