#B5624E

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

Shades of Flame Pea #B5624E

Tints of Flame Pea #B5624E

Color information

#B5624E (or 0xB5624E) is unknown color: approx Flame Pea. HEX triplet: B5, 62 and 4E. RGB value is (181,98,78). Sum of RGB (Red+Green+Blue) = 181+98+78=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5624E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5624E is #4A9DB1. Grayscale: #787878. Windows color (decimal): -4890034 or 5137077. OLE color: 5137077.

HSL color Cylindrical-coordinate representation of color #B5624E: hue angle of 11.65º 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 #B5624E is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1819878-
CMYK00.460.570.29
HSL11.65º41.04%50.78%-
HSV(B)11.65º56.91%70.98%-
XYZ24.819.119.59-
YUV120.54104171.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.70%
GREEN value IS 98 (38.67% from 255) = 27.45%
BLUE value IS 78 (30.86% from 255) = 21.85%
R=50.70%
G=27.45%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181987800.460.570.2911.6541.0450.78
HexB5624E02E391Dc2933
Octal2651421160567135145163
Binary10110101110001010011100101110111001111011100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5624E; }

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

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

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

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

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

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

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

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