#B25D4A

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

Shades of Flame Pea #B25D4A

Tints of Flame Pea #B25D4A

Color information

#B25D4A (or 0xB25D4A) is unknown color: approx Flame Pea. HEX triplet: B2, 5D and 4A. RGB value is (178,93,74). Sum of RGB (Red+Green+Blue) = 178+93+74=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25D4A is #4DA2B5. Grayscale: #747474. Windows color (decimal): -5087926 or 4873650. OLE color: 4873650.

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

Color convert

RGB1789374-
CMYK00.480.580.30
HSL10.96º41.27%49.41%-
HSV(B)10.96º58.43%69.8%-
XYZ23.5117.798.67-
YUV116.25104.16172.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.59%
GREEN value IS 93 (36.72% from 255) = 26.96%
BLUE value IS 74 (29.30% from 255) = 21.45%
R=51.59%
G=26.96%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178937400.480.580.3010.9641.2749.41
HexB25D4A0303A1Eb2931
Octal2621351120607236135161
Binary10110010101110110010100110000111010111101011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25D4A; }

 p { color: rgb(178,93,74); }

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

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

 a { background-color: rgb(178,93,74); }

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

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

 span { border-color: rgb(178,93,74); }

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