#B45A4F

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

Shades of Flame Pea #B45A4F

Tints of Flame Pea #B45A4F

Color information

#B45A4F (or 0xB45A4F) is unknown color: approx Flame Pea. HEX triplet: B4, 5A and 4F. RGB value is (180,90,79). Sum of RGB (Red+Green+Blue) = 180+90+79=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45A4F is #4BA5B0. Grayscale: #737373. Windows color (decimal): -4957617 or 5200564. OLE color: 5200564.

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

Color convert

RGB1809079-
CMYK00.500.560.29
HSL6.53º40.24%50.78%-
HSV(B)6.53º56.11%70.59%-
XYZ23.8917.589.53-
YUV115.66107.32173.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.58%
GREEN value IS 90 (35.55% from 255) = 25.79%
BLUE value IS 79 (31.25% from 255) = 22.64%
R=51.58%
G=25.79%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180907900.500.560.296.5340.2450.78
HexB45A4F032381D72833
Octal264132117062703575063
Binary1011010010110101001111011001011100011101111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A4F; }

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

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

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

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

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

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

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

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