#B25E53

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

Shades of Flame Pea #B25E53

Tints of Flame Pea #B25E53

Color information

#B25E53 (or 0xB25E53) is unknown color: approx Flame Pea. HEX triplet: B2, 5E and 53. RGB value is (178,94,83). Sum of RGB (Red+Green+Blue) = 178+94+83=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25E53 is #4DA1AC. Grayscale: #757575. Windows color (decimal): -5087661 or 5463730. OLE color: 5463730.

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

Color convert

RGB1789483-
CMYK00.470.530.30
HSL6.95º38.15%51.18%-
HSV(B)6.95º53.37%69.8%-
XYZ23.9218.0910.42-
YUV117.86108.33170.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.14%
GREEN value IS 94 (37.11% from 255) = 26.48%
BLUE value IS 83 (32.81% from 255) = 23.38%
R=50.14%
G=26.48%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178948300.470.530.306.9538.1551.18
HexB25E5302F351E72633
Octal262136123057653674663
Binary1011001010111101010011010111111010111110111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25E53; }

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

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

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

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

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

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

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

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