#b25b49

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

Shades of Flame Pea #B25B49

Tints of Flame Pea #B25B49

Color information

#B25B49 (or 0xB25B49) is unknown color: approx Flame Pea. HEX triplet: B2, 5B and 49. RGB value is (178,91,73). Sum of RGB (Red+Green+Blue) = 178+91+73=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25B49 is #4DA4B6. Grayscale: #737373. Windows color (decimal): -5088439 or 4807602. OLE color: 4807602.

HSL color Cylindrical-coordinate representation of color #B25B49: hue angle of 10.29º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B25B49 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB1789173-
CMYK00.490.590.30
HSL10.29º41.83%49.22%-
HSV(B)10.29º58.99%69.8%-
XYZ23.317.438.44-
YUV114.96104.32172.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.05%
GREEN value IS 91 (35.94% from 255) = 26.61%
BLUE value IS 73 (28.91% from 255) = 21.35%
R=52.05%
G=26.61%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178917300.490.590.3010.2941.8349.22
HexB25B490313B1Ea2a31
Octal2621331110617336125261
Binary10110010101101110010010110001111011111101010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b25b49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b25b49; }

 p { color: rgb(178,91,73); }

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

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

 a { background-color: rgb(178,91,73); }

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

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

 span { border-color: rgb(178,91,73); }

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