#b5604c

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

Shades of Flame Pea #B5604C

Tints of Flame Pea #B5604C

Color information

#B5604C (or 0xB5604C) is unknown color: approx Flame Pea. HEX triplet: B5, 60 and 4C. RGB value is (181,96,76). Sum of RGB (Red+Green+Blue) = 181+96+76=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B5604C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5604C is #4A9FB3. Grayscale: #777777. Windows color (decimal): -4890548 or 5005493. OLE color: 5005493.

HSL color Cylindrical-coordinate representation of color #B5604C: hue angle of 11.43º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5604C is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1819676-
CMYK00.470.580.29
HSL11.43º41.5%50.39%-
HSV(B)11.43º58.01%70.98%-
XYZ24.5418.719.16-
YUV119.14103.66172.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.27%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 76 (30.08% from 255) = 21.53%
R=51.27%
G=27.20%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181967600.470.580.2911.4341.550.39
HexB5604C02F3A1Db2a32
Octal2651401140577235135262
Binary10110101110000010011000101111111010111011011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5604c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5604c; }

 p { color: rgb(181,96,76); }

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

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

 a { background-color: rgb(181,96,76); }

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

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

 span { border-color: rgb(181,96,76); }

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