#B45A4A

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

Shades of Flame Pea #B45A4A

Tints of Flame Pea #B45A4A

Color information

#B45A4A (or 0xB45A4A) is unknown color: approx Flame Pea. HEX triplet: B4, 5A and 4A. RGB value is (180,90,74). Sum of RGB (Red+Green+Blue) = 180+90+74=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45A4A is #4BA5B5. Grayscale: #737373. Windows color (decimal): -4957622 or 4872884. OLE color: 4872884.

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

Color convert

RGB1809074-
CMYK00.500.590.29
HSL9.06º41.73%49.8%-
HSV(B)9.06º58.89%70.59%-
XYZ23.7117.518.61-
YUV115.09104.82174.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.33%
GREEN value IS 90 (35.55% from 255) = 26.16%
BLUE value IS 74 (29.30% from 255) = 21.51%
R=52.33%
G=26.16%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180907400.500.590.299.0641.7349.8
HexB45A4A0323B1D92a32
Octal2641321120627335115262
Binary10110100101101010010100110010111011111011001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A4A; }

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

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

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

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

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

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

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

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