#B5593F

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

Shades of Flame Pea #B5593F

Tints of Flame Pea #B5593F

Color information

#B5593F (or 0xB5593F) is unknown color: approx Flame Pea. HEX triplet: B5, 59 and 3F. RGB value is (181,89,63). Sum of RGB (Red+Green+Blue) = 181+89+63=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B5593F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5593F is #4AA6C0. Grayscale: #717171. Windows color (decimal): -4892353 or 4151733. OLE color: 4151733.

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

Color convert

RGB1818963-
CMYK00.510.650.29
HSL13.22º48.36%47.84%-
HSV(B)13.22º65.19%70.98%-
XYZ23.5317.336.81-
YUV113.5499.48176.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.35%
GREEN value IS 89 (35.16% from 255) = 26.73%
BLUE value IS 63 (25% from 255) = 18.92%
R=54.35%
G=26.73%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181896300.510.650.2913.2248.3647.84
HexB5593F033411Dd3030
Octal2651317706310135156060
Binary10110101101100111111101100111000001111011101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5593F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5593F; }

 p { color: rgb(181,89,63); }

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

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

 a { background-color: rgb(181,89,63); }

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

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

 span { border-color: rgb(181,89,63); }

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