#B3815A

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

Shades of Medium Wood #B3815A

Tints of Medium Wood #B3815A

Color information

#B3815A (or 0xB3815A) is unknown color: approx Medium Wood. HEX triplet: B3, 81 and 5A. RGB value is (179,129,90). Sum of RGB (Red+Green+Blue) = 179+129+90=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B3815A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3815A is #4C7EA5. Grayscale: #8B8B8B. Windows color (decimal): -5013158 or 5931443. OLE color: 5931443.

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

Color convert

RGB17912990-
CMYK00.280.500.30
HSL26.29º36.93%52.75%-
HSV(B)26.29º49.72%70.2%-
XYZ28.2926.0213.2-
YUV139.5100.06156.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.97%
GREEN value IS 129 (50.78% from 255) = 32.41%
BLUE value IS 90 (35.55% from 255) = 22.61%
R=44.97%
G=32.41%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791299000.280.500.3026.2936.9352.75
HexB3815A01C321E1a2535
Octal2632011320346236324565
Binary101100111000000110110100111001100101111011010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3815A; }

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

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

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

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

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

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

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

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