#B2604F

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

Shades of Flame Pea #B2604F

Tints of Flame Pea #B2604F

Color information

#B2604F (or 0xB2604F) is unknown color: approx Flame Pea. HEX triplet: B2, 60 and 4F. RGB value is (178,96,79). Sum of RGB (Red+Green+Blue) = 178+96+79=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B2604F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2604F is #4D9FB0. Grayscale: #767676. Windows color (decimal): -5087153 or 5202098. OLE color: 5202098.

HSL color Cylindrical-coordinate representation of color #B2604F: hue angle of 10.3º degrees, saturation: 0.39, 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 #B2604F is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB1789679-
CMYK00.460.560.30
HSL10.3º39.13%50.39%-
HSV(B)10.3º55.62%69.8%-
XYZ23.9518.49.69-
YUV118.58105.67170.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.42%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 79 (31.25% from 255) = 22.38%
R=50.42%
G=27.20%
B=22.38%

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
Decimal178967900.460.560.3010.339.1350.39
HexB2604F02E381Ea2732
Octal2621401170567036124762
Binary10110010110000010011110101110111000111101010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2604F; }

 p { color: rgb(178,96,79); }

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

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

 a { background-color: rgb(178,96,79); }

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

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

 span { border-color: rgb(178,96,79); }

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