Shades of Ecstasy #BF673F
Tints of Ecstasy #BF673F
RGB
CMYK
RGB Variations
Color information
#BF673F (or 0xBF673F) is known color: Ecstasy. HEX triplet: BF, 67 and 3F. RGB value is (191,103,63). Sum of RGB (Red+Green+Blue) = 191+103+63=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF673F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF673F is #4098C0. Grayscale: #7D7D7D. Windows color (decimal): -4233409 or 4155327. OLE color: 4155327.
HSL color Cylindrical-coordinate representation of color #BF673F: hue angle of 18.75º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF673F is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 63 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.25 |
| HSL | 18.75º | 0.5% | 0.5% | - |
| HSV(B) | 18.75º | 0.67% | 0.75% | - |
| XYZ | 27.23 | 21.14 | 7.35 | - |
| YUV | 124.75 | 93.15 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 63 | 0 | 0.46 | 0.67 | 0.25 | 18.75 | 0.5 | 0.5 |
| Hex | BF | 67 | 3F | 0 | 2E | 43 | 19 | 13 | 32 | 32 |
| Octal | 277 | 147 | 77 | 0 | 56 | 103 | 31 | 23 | 62 | 62 |
| Binary | 10111111 | 1100111 | 111111 | 0 | 101110 | 1000011 | 11001 | 10011 | 110010 | 110010 |
Color Harmonies of #BF673F
Complementary color
Monochromatic Colors of #BF673F
Black with #BF673F
Text Example
Text Example
White with #BF673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF673F; }
p { color: rgb(191,103,63); }
H1.HeaderClassName
{
color: #BF673F;
}
.AnyTagClassName
{
color: #BF673F;
}
</style>
background-color css
<style>
a { background-color: #BF673F; }
a { background-color: rgb(191,103,63); }
div.DivClassName
{
background-color: #BF673F;
}
.BgClassName
{
background-color: #BF673F;
}
</style>
border-color css
<style>
span { border-color: #BF673F; }
span { border-color: rgb(191,103,63); }
td.TdClassName
{
border-color: #BF673F;
}
.TagClassName
{
border-color: #BF673F;
}
</style>