#b5624c

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

Shades of Flame Pea #B5624C

Tints of Flame Pea #B5624C

Color information

#B5624C (or 0xB5624C) is unknown color: approx Flame Pea. HEX triplet: B5, 62 and 4C. RGB value is (181,98,76). Sum of RGB (Red+Green+Blue) = 181+98+76=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B5624C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5624C is #4A9DB3. Grayscale: #787878. Windows color (decimal): -4890036 or 5006005. OLE color: 5006005.

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

Color convert

RGB1819876-
CMYK00.460.580.29
HSL12.57º41.5%50.39%-
HSV(B)12.57º58.01%70.98%-
XYZ24.7319.089.22-
YUV120.31103171.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.99%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 76 (30.08% from 255) = 21.41%
R=50.99%
G=27.61%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181987600.460.580.2912.5741.550.39
HexB5624C02E3A1Dd2a32
Octal2651421140567235155262
Binary10110101110001010011000101110111010111011101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5624c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5624c; }

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

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

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

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

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

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

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

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