#B25E4C

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

Shades of Flame Pea #B25E4C

Tints of Flame Pea #B25E4C

Color information

#B25E4C (or 0xB25E4C) is unknown color: approx Flame Pea. HEX triplet: B2, 5E and 4C. RGB value is (178,94,76). Sum of RGB (Red+Green+Blue) = 178+94+76=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25E4C is #4DA1B3. Grayscale: #757575. Windows color (decimal): -5087668 or 5004978. OLE color: 5004978.

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

Color convert

RGB1789476-
CMYK00.470.570.30
HSL10.59º40.16%49.8%-
HSV(B)10.59º57.3%69.8%-
XYZ23.6717.999.06-
YUV117.06104.83171.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.15%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 76 (30.08% from 255) = 21.84%
R=51.15%
G=27.01%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178947600.470.570.3010.5940.1649.8
HexB25E4C02F391Eb2832
Octal2621361140577136135062
Binary10110010101111010011000101111111001111101011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25E4C; }

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

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

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

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

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

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

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

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