#B45B52

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

Shades of Flame Pea #B45B52

Tints of Flame Pea #B45B52

Color information

#B45B52 (or 0xB45B52) is unknown color: approx Flame Pea. HEX triplet: B4, 5B and 52. RGB value is (180,91,82). Sum of RGB (Red+Green+Blue) = 180+91+82=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45B52 is #4BA4AD. Grayscale: #747474. Windows color (decimal): -4957358 or 5397428. OLE color: 5397428.

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

Color convert

RGB1809182-
CMYK00.490.540.29
HSL5.51º39.52%51.37%-
HSV(B)5.51º54.44%70.59%-
XYZ24.0917.7910.15-
YUV116.58108.49173.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.99%
GREEN value IS 91 (35.94% from 255) = 25.78%
BLUE value IS 82 (32.42% from 255) = 23.23%
R=50.99%
G=25.78%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180918200.490.540.295.5139.5251.37
HexB45B52031361D62833
Octal264133122061663565063
Binary1011010010110111010010011000111011011101110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45B52; }

 p { color: rgb(180,91,82); }

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

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

 a { background-color: rgb(180,91,82); }

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

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

 span { border-color: rgb(180,91,82); }

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