Shades of Flame Pea #BD674F
Tints of Flame Pea #BD674F
RGB
CMYK
RGB Variations
Color information
#BD674F (or 0xBD674F) is known color: Flame Pea. HEX triplet: BD, 67 and 4F. RGB value is (189,103,79). Sum of RGB (Red+Green+Blue) = 189+103+79=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD674F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD674F is #4298B0. Grayscale: #7E7E7E. Windows color (decimal): -4364465 or 5203901. OLE color: 5203901.
HSL color Cylindrical-coordinate representation of color #BD674F: hue angle of 13.09º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD674F is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 79 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.26 |
| HSL | 13.09º | 0.45% | 0.53% | - |
| HSV(B) | 13.09º | 0.58% | 0.74% | - |
| XYZ | 27.25 | 21.08 | 10.03 | - |
| YUV | 125.98 | 101.49 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 79 | 0 | 0.46 | 0.58 | 0.26 | 13.09 | 0.45 | 0.53 |
| Hex | BD | 67 | 4F | 0 | 2E | 3A | 1A | D | 2D | 35 |
| Octal | 275 | 147 | 117 | 0 | 56 | 72 | 32 | 15 | 55 | 65 |
| Binary | 10111101 | 1100111 | 1001111 | 0 | 101110 | 111010 | 11010 | 1101 | 101101 | 110101 |
Color Harmonies of #BD674F
Complementary color
Monochromatic Colors of #BD674F
Black with #BD674F
Text Example
Text Example
White with #BD674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD674F; }
p { color: rgb(189,103,79); }
H1.HeaderClassName
{
color: #BD674F;
}
.AnyTagClassName
{
color: #BD674F;
}
</style>
background-color css
<style>
a { background-color: #BD674F; }
a { background-color: rgb(189,103,79); }
div.DivClassName
{
background-color: #BD674F;
}
.BgClassName
{
background-color: #BD674F;
}
</style>
border-color css
<style>
span { border-color: #BD674F; }
span { border-color: rgb(189,103,79); }
td.TdClassName
{
border-color: #BD674F;
}
.TagClassName
{
border-color: #BD674F;
}
</style>