#B25D4D

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

Shades of Flame Pea #B25D4D

Tints of Flame Pea #B25D4D

Color information

#B25D4D (or 0xB25D4D) is unknown color: approx Flame Pea. HEX triplet: B2, 5D and 4D. RGB value is (178,93,77). Sum of RGB (Red+Green+Blue) = 178+93+77=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25D4D is #4DA2B2. Grayscale: #747474. Windows color (decimal): -5087923 or 5070258. OLE color: 5070258.

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

Color convert

RGB1789377-
CMYK00.480.570.30
HSL9.5º39.61%50%-
HSV(B)9.5º56.74%69.8%-
XYZ23.6117.839.22-
YUV116.59105.66171.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.15%
GREEN value IS 93 (36.72% from 255) = 26.72%
BLUE value IS 77 (30.47% from 255) = 22.13%
R=51.15%
G=26.72%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178937700.480.570.309.539.6150
HexB25D4D030391Ea2832
Octal2621351150607136125062
Binary10110010101110110011010110000111001111101010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25D4D; }

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

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

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

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

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

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

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

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