#B6593E

Color #B6593E Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #B6593E

Tints of Flame Pea #B6593E

Color information

#B6593E (or 0xB6593E) is unknown color: approx Flame Pea. HEX triplet: B6, 59 and 3E. RGB value is (182,89,62). Sum of RGB (Red+Green+Blue) = 182+89+62=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B6593E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6593E is #49A6C1. Grayscale: #717171. Windows color (decimal): -4826818 or 4086198. OLE color: 4086198.

HSL color Cylindrical-coordinate representation of color #B6593E: hue angle of 13.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B6593E is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB1828962-
CMYK00.510.660.29
HSL13.5º49.18%47.84%-
HSV(B)13.5º65.93%71.37%-
XYZ23.7317.446.67-
YUV113.7398.81176.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.65%
GREEN value IS 89 (35.16% from 255) = 26.73%
BLUE value IS 62 (24.61% from 255) = 18.62%
R=54.65%
G=26.73%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182896200.510.660.2913.549.1847.84
HexB6593E033421De3130
Octal2661317606310235166160
Binary10110110101100111111001100111000010111011110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6593E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6593E; }

 p { color: rgb(182,89,62); }

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

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

 a { background-color: rgb(182,89,62); }

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

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

 span { border-color: rgb(182,89,62); }

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