#B25F53

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

Shades of Flame Pea #B25F53

Tints of Flame Pea #B25F53

Color information

#B25F53 (or 0xB25F53) is unknown color: approx Flame Pea. HEX triplet: B2, 5F and 53. RGB value is (178,95,83). Sum of RGB (Red+Green+Blue) = 178+95+83=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B25F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25F53 is #4DA0AC. Grayscale: #767676. Windows color (decimal): -5087405 or 5463986. OLE color: 5463986.

HSL color Cylindrical-coordinate representation of color #B25F53: hue angle of 7.58º 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 #B25F53 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB1789583-
CMYK00.470.530.30
HSL7.58º38.15%51.18%-
HSV(B)7.58º53.37%69.8%-
XYZ24.0118.2710.45-
YUV118.45108170.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50%
GREEN value IS 95 (37.5% from 255) = 26.69%
BLUE value IS 83 (32.81% from 255) = 23.31%
R=50%
G=26.69%
B=23.31%

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
Decimal178958300.470.530.307.5838.1551.18
HexB25F5302F351E82633
Octal2621371230576536104663
Binary10110010101111110100110101111110101111101000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25F53; }

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

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

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

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

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

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

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

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