#B3604E

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

Shades of Flame Pea #B3604E

Tints of Flame Pea #B3604E

Color information

#B3604E (or 0xB3604E) is unknown color: approx Flame Pea. HEX triplet: B3, 60 and 4E. RGB value is (179,96,78). Sum of RGB (Red+Green+Blue) = 179+96+78=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B3604E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3604E is #4C9FB1. Grayscale: #767676. Windows color (decimal): -5021618 or 5136563. OLE color: 5136563.

HSL color Cylindrical-coordinate representation of color #B3604E: hue angle of 10.69º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B3604E is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB1799678-
CMYK00.460.560.30
HSL10.69º39.92%50.39%-
HSV(B)10.69º56.42%70.2%-
XYZ24.1518.59.51-
YUV118.76105170.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.71%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 78 (30.86% from 255) = 22.10%
R=50.71%
G=27.20%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179967800.460.560.3010.6939.9250.39
HexB3604E02E381Eb2832
Octal2631401160567036135062
Binary10110011110000010011100101110111000111101011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3604E; }

 p { color: rgb(179,96,78); }

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

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

 a { background-color: rgb(179,96,78); }

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

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

 span { border-color: rgb(179,96,78); }

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