Shades of Flame Pea #BE674A
Tints of Flame Pea #BE674A
RGB
CMYK
RGB Variations
Color information
#BE674A (or 0xBE674A) is known color: Flame Pea. HEX triplet: BE, 67 and 4A. RGB value is (190,103,74). Sum of RGB (Red+Green+Blue) = 190+103+74=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE674A is #4198B5. Grayscale: #7D7D7D. Windows color (decimal): -4298934 or 4876222. OLE color: 4876222.
HSL color Cylindrical-coordinate representation of color #BE674A: hue angle of 15º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE674A is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 103 | 74 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.25 |
| HSL | 15º | 0.47% | 0.52% | - |
| HSV(B) | 15º | 0.61% | 0.75% | - |
| XYZ | 27.32 | 21.14 | 9.12 | - |
| YUV | 125.71 | 98.82 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 74 | 0 | 0.46 | 0.61 | 0.25 | 15 | 0.47 | 0.52 |
| Hex | BE | 67 | 4A | 0 | 2E | 3D | 19 | F | 2F | 34 |
| Octal | 276 | 147 | 112 | 0 | 56 | 75 | 31 | 17 | 57 | 64 |
| Binary | 10111110 | 1100111 | 1001010 | 0 | 101110 | 111101 | 11001 | 1111 | 101111 | 110100 |
Color Harmonies of #BE674A
Complementary color
Monochromatic Colors of #BE674A
Black with #BE674A
Text Example
Text Example
White with #BE674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE674A; }
p { color: rgb(190,103,74); }
H1.HeaderClassName
{
color: #BE674A;
}
.AnyTagClassName
{
color: #BE674A;
}
</style>
background-color css
<style>
a { background-color: #BE674A; }
a { background-color: rgb(190,103,74); }
div.DivClassName
{
background-color: #BE674A;
}
.BgClassName
{
background-color: #BE674A;
}
</style>
border-color css
<style>
span { border-color: #BE674A; }
span { border-color: rgb(190,103,74); }
td.TdClassName
{
border-color: #BE674A;
}
.TagClassName
{
border-color: #BE674A;
}
</style>