#B55645

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

Shades of Flame Pea #B55645

Tints of Flame Pea #B55645

Color information

#B55645 (or 0xB55645) is unknown color: approx Flame Pea. HEX triplet: B5, 56 and 45. RGB value is (181,86,69). Sum of RGB (Red+Green+Blue) = 181+86+69=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B55645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55645 is #4AA9BA. Grayscale: #707070. Windows color (decimal): -4893115 or 4544181. OLE color: 4544181.

HSL color Cylindrical-coordinate representation of color #B55645: hue angle of 9.11º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B55645 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB1818669-
CMYK00.520.620.29
HSL9.11º44.8%49.02%-
HSV(B)9.11º61.88%70.98%-
XYZ23.4616.917.66-
YUV112.47103.47176.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.87%
GREEN value IS 86 (33.98% from 255) = 25.60%
BLUE value IS 69 (27.34% from 255) = 20.54%
R=53.87%
G=25.60%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181866900.520.620.299.1144.849.02
HexB556450343E1D92d31
Octal2651261050647635115561
Binary10110101101011010001010110100111110111011001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55645; }

 p { color: rgb(181,86,69); }

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

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

 a { background-color: rgb(181,86,69); }

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

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

 span { border-color: rgb(181,86,69); }

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