#B5604E

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

Shades of Flame Pea #B5604E

Tints of Flame Pea #B5604E

Color information

#B5604E (or 0xB5604E) is unknown color: approx Flame Pea. HEX triplet: B5, 60 and 4E. RGB value is (181,96,78). Sum of RGB (Red+Green+Blue) = 181+96+78=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B5604E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5604E is #4A9FB1. Grayscale: #777777. Windows color (decimal): -4890546 or 5136565. OLE color: 5136565.

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

Color convert

RGB1819678-
CMYK00.470.570.29
HSL10.49º41.04%50.78%-
HSV(B)10.49º56.91%70.98%-
XYZ24.6118.749.53-
YUV119.36104.66171.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.99%
GREEN value IS 96 (37.89% from 255) = 27.04%
BLUE value IS 78 (30.86% from 255) = 21.97%
R=50.99%
G=27.04%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181967800.470.570.2910.4941.0450.78
HexB5604E02F391Da2933
Octal2651401160577135125163
Binary10110101110000010011100101111111001111011010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5604E; }

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

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

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

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

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

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

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

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