Shades of Flame Pea #BD694F
Tints of Flame Pea #BD694F
RGB
CMYK
RGB Variations
Color information
#BD694F (or 0xBD694F) is known color: Flame Pea. HEX triplet: BD, 69 and 4F. RGB value is (189,105,79). Sum of RGB (Red+Green+Blue) = 189+105+79=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD694F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD694F is #4296B0. Grayscale: #7F7F7F. Windows color (decimal): -4363953 or 5204413. OLE color: 5204413.
HSL color Cylindrical-coordinate representation of color #BD694F: hue angle of 14.18º 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 #BD694F is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 79 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.26 |
| HSL | 14.18º | 0.45% | 0.53% | - |
| HSV(B) | 14.18º | 0.58% | 0.74% | - |
| XYZ | 27.45 | 21.49 | 10.1 | - |
| YUV | 127.15 | 100.83 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 79 | 0 | 0.44 | 0.58 | 0.26 | 14.18 | 0.45 | 0.53 |
| Hex | BD | 69 | 4F | 0 | 2C | 3A | 1A | E | 2D | 35 |
| Octal | 275 | 151 | 117 | 0 | 54 | 72 | 32 | 16 | 55 | 65 |
| Binary | 10111101 | 1101001 | 1001111 | 0 | 101100 | 111010 | 11010 | 1110 | 101101 | 110101 |
Color Harmonies of #BD694F
Complementary color
Monochromatic Colors of #BD694F
Black with #BD694F
Text Example
Text Example
White with #BD694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD694F; }
p { color: rgb(189,105,79); }
H1.HeaderClassName
{
color: #BD694F;
}
.AnyTagClassName
{
color: #BD694F;
}
</style>
background-color css
<style>
a { background-color: #BD694F; }
a { background-color: rgb(189,105,79); }
div.DivClassName
{
background-color: #BD694F;
}
.BgClassName
{
background-color: #BD694F;
}
</style>
border-color css
<style>
span { border-color: #BD694F; }
span { border-color: rgb(189,105,79); }
td.TdClassName
{
border-color: #BD694F;
}
.TagClassName
{
border-color: #BD694F;
}
</style>