#B25B4A

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

Shades of Flame Pea #B25B4A

Tints of Flame Pea #B25B4A

Color information

#B25B4A (or 0xB25B4A) is unknown color: approx Flame Pea. HEX triplet: B2, 5B and 4A. RGB value is (178,91,74). Sum of RGB (Red+Green+Blue) = 178+91+74=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25B4A is #4DA4B5. Grayscale: #737373. Windows color (decimal): -5088438 or 4873138. OLE color: 4873138.

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

Color convert

RGB1789174-
CMYK00.490.580.30
HSL9.81º41.27%49.41%-
HSV(B)9.81º58.43%69.8%-
XYZ23.3417.448.62-
YUV115.07104.82172.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.90%
GREEN value IS 91 (35.94% from 255) = 26.53%
BLUE value IS 74 (29.30% from 255) = 21.57%
R=51.90%
G=26.53%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178917400.490.580.309.8141.2749.41
HexB25B4A0313A1Ea2931
Octal2621331120617236125161
Binary10110010101101110010100110001111010111101010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25B4A; }

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

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

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

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

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

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

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

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