#B1604E

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

Shades of Flame Pea #B1604E

Tints of Flame Pea #B1604E

Color information

#B1604E (or 0xB1604E) is unknown color: approx Flame Pea. HEX triplet: B1, 60 and 4E. RGB value is (177,96,78). Sum of RGB (Red+Green+Blue) = 177+96+78=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B1604E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1604E is #4E9FB1. Grayscale: #767676. Windows color (decimal): -5152690 or 5136561. OLE color: 5136561.

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

Color convert

RGB1779678-
CMYK00.460.560.31
HSL10.91º38.82%50%-
HSV(B)10.91º55.93%69.41%-
XYZ23.6918.269.48-
YUV118.17105.34169.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.43%
GREEN value IS 96 (37.89% from 255) = 27.35%
BLUE value IS 78 (30.86% from 255) = 22.22%
R=50.43%
G=27.35%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177967800.460.560.3110.9138.8250
HexB1604E02E381Fb2732
Octal2611401160567037134762
Binary10110001110000010011100101110111000111111011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1604E; }

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

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

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

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

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

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

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

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