#B45E4E

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

Shades of Flame Pea #B45E4E

Tints of Flame Pea #B45E4E

Color information

#B45E4E (or 0xB45E4E) is unknown color: approx Flame Pea. HEX triplet: B4, 5E and 4E. RGB value is (180,94,78). Sum of RGB (Red+Green+Blue) = 180+94+78=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45E4E is #4BA1B1. Grayscale: #767676. Windows color (decimal): -4956594 or 5136052. OLE color: 5136052.

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

Color convert

RGB1809478-
CMYK00.480.570.29
HSL9.41º40.48%50.59%-
HSV(B)9.41º56.67%70.59%-
XYZ24.218.269.46-
YUV117.89105.49172.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.14%
GREEN value IS 94 (37.11% from 255) = 26.70%
BLUE value IS 78 (30.86% from 255) = 22.16%
R=51.14%
G=26.70%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180947800.480.570.299.4140.4850.59
HexB45E4E030391D92833
Octal2641361160607135115063
Binary10110100101111010011100110000111001111011001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45E4E; }

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

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

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

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

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

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

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

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