#B55440

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

Shades of Flame Pea #B55440

Tints of Flame Pea #B55440

Color information

#B55440 (or 0xB55440) is unknown color: approx Flame Pea. HEX triplet: B5, 54 and 40. RGB value is (181,84,64). Sum of RGB (Red+Green+Blue) = 181+84+64=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B55440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55440 is #4AABBF. Grayscale: #6E6E6E. Windows color (decimal): -4893632 or 4215989. OLE color: 4215989.

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

Color convert

RGB1818464-
CMYK00.540.650.29
HSL10.26º47.76%48.04%-
HSV(B)10.26º64.64%70.98%-
XYZ23.1516.536.82-
YUV110.72101.64178.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.02%
GREEN value IS 84 (33.20% from 255) = 25.53%
BLUE value IS 64 (25.39% from 255) = 19.45%
R=55.02%
G=25.53%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181846400.540.650.2910.2647.7648.04
HexB55440036411Da3030
Octal26512410006610135126060
Binary101101011010100100000001101101000001111011010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55440; }

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

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

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

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

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

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

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

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