Shades of Flame Pea #B25F4A
Tints of Flame Pea #B25F4A
RGB
CMYK
RGB Variations
Color information
#B25F4A (or 0xB25F4A) is known color: Flame Pea. HEX triplet: B2, 5F and 4A. RGB value is (178,95,74). Sum of RGB (Red+Green+Blue) = 178+95+74=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B25F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25F4A is #4DA0B5. Grayscale: #757575. Windows color (decimal): -5087414 or 4874162. OLE color: 4874162.
HSL color Cylindrical-coordinate representation of color #B25F4A: hue angle of 12.12º 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 #B25F4A is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 95 | 74 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.30 |
| HSL | 12.12º | 0.41% | 0.49% | - |
| HSV(B) | 12.12º | 0.58% | 0.7% | - |
| XYZ | 23.69 | 18.14 | 8.73 | - |
| YUV | 117.42 | 103.5 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 95 | 74 | 0 | 0.47 | 0.58 | 0.30 | 12.12 | 0.41 | 0.49 |
| Hex | B2 | 5F | 4A | 0 | 2F | 3A | 1E | C | 29 | 31 |
| Octal | 262 | 137 | 112 | 0 | 57 | 72 | 36 | 14 | 51 | 61 |
| Binary | 10110010 | 1011111 | 1001010 | 0 | 101111 | 111010 | 11110 | 1100 | 101001 | 110001 |
Color Harmonies of #B25F4A
Complementary color
Monochromatic Colors of #B25F4A
Black with #B25F4A
Text Example
Text Example
White with #B25F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25F4A; }
p { color: rgb(178,95,74); }
H1.HeaderClassName
{
color: #B25F4A;
}
.AnyTagClassName
{
color: #B25F4A;
}
</style>
background-color css
<style>
a { background-color: #B25F4A; }
a { background-color: rgb(178,95,74); }
div.DivClassName
{
background-color: #B25F4A;
}
.BgClassName
{
background-color: #B25F4A;
}
</style>
border-color css
<style>
span { border-color: #B25F4A; }
span { border-color: rgb(178,95,74); }
td.TdClassName
{
border-color: #B25F4A;
}
.TagClassName
{
border-color: #B25F4A;
}
</style>