#B1604F

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

Shades of Flame Pea #B1604F

Tints of Flame Pea #B1604F

Color information

#B1604F (or 0xB1604F) is unknown color: approx Flame Pea. HEX triplet: B1, 60 and 4F. RGB value is (177,96,79). Sum of RGB (Red+Green+Blue) = 177+96+79=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B1604F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1604F is #4E9FB0. Grayscale: #767676. Windows color (decimal): -5152689 or 5202097. OLE color: 5202097.

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

Color convert

RGB1779679-
CMYK00.460.550.31
HSL10.41º38.58%50.2%-
HSV(B)10.41º55.37%69.41%-
XYZ23.7318.289.67-
YUV118.28105.84169.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.28%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 79 (31.25% from 255) = 22.44%
R=50.28%
G=27.27%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177967900.460.550.3110.4138.5850.2
HexB1604F02E371Fa2732
Octal2611401170566737124762
Binary10110001110000010011110101110110111111111010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1604F; }

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

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

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

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

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

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

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

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