#B5584C

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

Shades of Flame Pea #B5584C

Tints of Flame Pea #B5584C

Color information

#B5584C (or 0xB5584C) is unknown color: approx Flame Pea. HEX triplet: B5, 58 and 4C. RGB value is (181,88,76). Sum of RGB (Red+Green+Blue) = 181+88+76=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B5584C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5584C is #4AA7B3. Grayscale: #727272. Windows color (decimal): -4892596 or 5003445. OLE color: 5003445.

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

Color convert

RGB1818876-
CMYK00.510.580.29
HSL6.86º41.5%50.39%-
HSV(B)6.86º58.01%70.98%-
XYZ23.8517.338.92-
YUV114.44106.31175.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.46%
GREEN value IS 88 (34.77% from 255) = 25.51%
BLUE value IS 76 (30.08% from 255) = 22.03%
R=52.46%
G=25.51%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181887600.510.580.296.8641.550.39
HexB5584C0333A1D72a32
Octal265130114063723575262
Binary1011010110110001001100011001111101011101111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5584C; }

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

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

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

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

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

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

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

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