#B55D45

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

Shades of Flame Pea #B55D45

Tints of Flame Pea #B55D45

Color information

#B55D45 (or 0xB55D45) is unknown color: approx Flame Pea. HEX triplet: B5, 5D and 45. RGB value is (181,93,69). Sum of RGB (Red+Green+Blue) = 181+93+69=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55D45 is #4AA2BA. Grayscale: #747474. Windows color (decimal): -4891323 or 4545973. OLE color: 4545973.

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

Color convert

RGB1819369-
CMYK00.490.620.29
HSL12.86º44.8%49.02%-
HSV(B)12.86º61.88%70.98%-
XYZ24.0418.087.85-
YUV116.58101.15173.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.77%
GREEN value IS 93 (36.72% from 255) = 27.11%
BLUE value IS 69 (27.34% from 255) = 20.12%
R=52.77%
G=27.11%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181936900.490.620.2912.8644.849.02
HexB55D450313E1Dd2d31
Octal2651351050617635155561
Binary10110101101110110001010110001111110111011101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55D45; }

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

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

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

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

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

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

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

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