#B6594E

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

Shades of Flame Pea #B6594E

Tints of Flame Pea #B6594E

Color information

#B6594E (or 0xB6594E) is unknown color: approx Flame Pea. HEX triplet: B6, 59 and 4E. RGB value is (182,89,78). Sum of RGB (Red+Green+Blue) = 182+89+78=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B6594E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6594E is #49A6B1. Grayscale: #737373. Windows color (decimal): -4826802 or 5134774. OLE color: 5134774.

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

Color convert

RGB1828978-
CMYK00.510.570.29
HSL6.35º41.6%50.98%-
HSV(B)6.35º57.14%71.37%-
XYZ24.2417.649.34-
YUV115.55106.81175.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.15%
GREEN value IS 89 (35.16% from 255) = 25.50%
BLUE value IS 78 (30.86% from 255) = 22.35%
R=52.15%
G=25.50%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182897800.510.570.296.3541.650.98
HexB6594E033391D62a33
Octal266131116063713565263
Binary1011011010110011001110011001111100111101110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6594E; }

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

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

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

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

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

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

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

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