#b25d52

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

Shades of Flame Pea #B25D52

Tints of Flame Pea #B25D52

Color information

#B25D52 (or 0xB25D52) is unknown color: approx Flame Pea. HEX triplet: B2, 5D and 52. RGB value is (178,93,82). Sum of RGB (Red+Green+Blue) = 178+93+82=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25D52 is #4DA2AD. Grayscale: #757575. Windows color (decimal): -5087918 or 5397938. OLE color: 5397938.

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

Color convert

RGB1789382-
CMYK00.480.540.30
HSL6.88º38.4%50.98%-
HSV(B)6.88º53.93%69.8%-
XYZ23.817.910.18-
YUV117.16108.16171.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.42%
GREEN value IS 93 (36.72% from 255) = 26.35%
BLUE value IS 82 (32.42% from 255) = 23.23%
R=50.42%
G=26.35%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178938200.480.540.306.8838.450.98
HexB25D52030361E72633
Octal262135122060663674663
Binary1011001010111011010010011000011011011110111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b25d52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b25d52; }

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

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

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

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

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

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

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

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