#B25B4B

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

Shades of Flame Pea #B25B4B

Tints of Flame Pea #B25B4B

Color information

#B25B4B (or 0xB25B4B) is unknown color: approx Flame Pea. HEX triplet: B2, 5B and 4B. RGB value is (178,91,75). Sum of RGB (Red+Green+Blue) = 178+91+75=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25B4B is #4DA4B4. Grayscale: #737373. Windows color (decimal): -5088437 or 4938674. OLE color: 4938674.

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

Color convert

RGB1789175-
CMYK00.490.580.30
HSL9.32º40.71%49.61%-
HSV(B)9.32º57.87%69.8%-
XYZ23.3717.468.79-
YUV115.19105.32172.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.74%
GREEN value IS 91 (35.94% from 255) = 26.45%
BLUE value IS 75 (29.69% from 255) = 21.80%
R=51.74%
G=26.45%
B=21.80%

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
Decimal178917500.490.580.309.3240.7149.61
HexB25B4B0313A1E92932
Octal2621331130617236115162
Binary10110010101101110010110110001111010111101001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25B4B; }

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

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

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

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

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

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

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

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