#B45A4E

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

Shades of Flame Pea #B45A4E

Tints of Flame Pea #B45A4E

Color information

#B45A4E (or 0xB45A4E) is unknown color: approx Flame Pea. HEX triplet: B4, 5A and 4E. RGB value is (180,90,78). Sum of RGB (Red+Green+Blue) = 180+90+78=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45A4E is #4BA5B1. Grayscale: #737373. Windows color (decimal): -4957618 or 5135028. OLE color: 5135028.

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

Color convert

RGB1809078-
CMYK00.500.570.29
HSL7.06º40.48%50.59%-
HSV(B)7.06º56.67%70.59%-
XYZ23.8517.579.34-
YUV115.54106.82173.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.72%
GREEN value IS 90 (35.55% from 255) = 25.86%
BLUE value IS 78 (30.86% from 255) = 22.41%
R=51.72%
G=25.86%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180907800.500.570.297.0640.4850.59
HexB45A4E032391D72833
Octal264132116062713575063
Binary1011010010110101001110011001011100111101111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A4E; }

 p { color: rgb(180,90,78); }

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

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

 a { background-color: rgb(180,90,78); }

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

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

 span { border-color: rgb(180,90,78); }

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