#B3604D

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

Shades of Flame Pea #B3604D

Tints of Flame Pea #B3604D

Color information

#B3604D (or 0xB3604D) is unknown color: approx Flame Pea. HEX triplet: B3, 60 and 4D. RGB value is (179,96,77). Sum of RGB (Red+Green+Blue) = 179+96+77=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B3604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3604D is #4C9FB2. Grayscale: #767676. Windows color (decimal): -5021619 or 5071027. OLE color: 5071027.

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

Color convert

RGB1799677-
CMYK00.460.570.30
HSL11.18º40.16%50.2%-
HSV(B)11.18º56.98%70.2%-
XYZ24.1118.499.32-
YUV118.65104.5171.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.85%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 77 (30.47% from 255) = 21.88%
R=50.85%
G=27.27%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179967700.460.570.3011.1840.1650.2
HexB3604D02E391Eb2832
Octal2631401150567136135062
Binary10110011110000010011010101110111001111101011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3604D; }

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

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

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

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

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

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

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

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