#B45E52

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

Shades of Flame Pea #B45E52

Tints of Flame Pea #B45E52

Color information

#B45E52 (or 0xB45E52) is unknown color: approx Flame Pea. HEX triplet: B4, 5E and 52. RGB value is (180,94,82). Sum of RGB (Red+Green+Blue) = 180+94+82=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45E52 is #4BA1AD. Grayscale: #767676. Windows color (decimal): -4956590 or 5398196. OLE color: 5398196.

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

Color convert

RGB1809482-
CMYK00.480.540.29
HSL7.35º39.52%51.37%-
HSV(B)7.35º54.44%70.59%-
XYZ24.3518.3210.24-
YUV118.35107.49171.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.56%
GREEN value IS 94 (37.11% from 255) = 26.40%
BLUE value IS 82 (32.42% from 255) = 23.03%
R=50.56%
G=26.40%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180948200.480.540.297.3539.5251.37
HexB45E52030361D72833
Octal264136122060663575063
Binary1011010010111101010010011000011011011101111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45E52; }

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

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

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

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

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

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

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

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