#B55840

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

Shades of Flame Pea #B55840

Tints of Flame Pea #B55840

Color information

#B55840 (or 0xB55840) is unknown color: approx Flame Pea. HEX triplet: B5, 58 and 40. RGB value is (181,88,64). Sum of RGB (Red+Green+Blue) = 181+88+64=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B55840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55840 is #4AA7BF. Grayscale: #717171. Windows color (decimal): -4892608 or 4217013. OLE color: 4217013.

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

Color convert

RGB1818864-
CMYK00.510.650.29
HSL12.31º47.76%48.04%-
HSV(B)12.31º64.64%70.98%-
XYZ23.4717.176.93-
YUV113.07100.31176.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.35%
GREEN value IS 88 (34.77% from 255) = 26.43%
BLUE value IS 64 (25.39% from 255) = 19.22%
R=54.35%
G=26.43%
B=19.22%

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
Decimal181886400.510.650.2912.3147.7648.04
HexB55840033411Dc3030
Octal26513010006310135146060
Binary101101011011000100000001100111000001111011100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55840; }

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

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

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

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

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

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

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

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