#B25E52

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

Shades of Flame Pea #B25E52

Tints of Flame Pea #B25E52

Color information

#B25E52 (or 0xB25E52) is unknown color: approx Flame Pea. HEX triplet: B2, 5E and 52. RGB value is (178,94,82). Sum of RGB (Red+Green+Blue) = 178+94+82=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25E52 is #4DA1AD. Grayscale: #757575. Windows color (decimal): -5087662 or 5398194. OLE color: 5398194.

HSL color Cylindrical-coordinate representation of color #B25E52: hue angle of 7.5º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B25E52 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB1789482-
CMYK00.470.540.30
HSL7.5º38.4%50.98%-
HSV(B)7.5º53.93%69.8%-
XYZ23.8918.0810.21-
YUV117.75107.83170.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.28%
GREEN value IS 94 (37.11% from 255) = 26.55%
BLUE value IS 82 (32.42% from 255) = 23.16%
R=50.28%
G=26.55%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178948200.470.540.307.538.450.98
HexB25E5202F361E82633
Octal2621361220576636104663
Binary10110010101111010100100101111110110111101000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25E52; }

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

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

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

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

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

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

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

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