Shades of Bulgarian Rose #46272C
Tints of Bulgarian Rose #46272C
RGB
CMYK
RGB Variations
Color information
#46272C (or 0x46272C) is known color: Bulgarian Rose. HEX triplet: 46, 27 and 2C. RGB value is (70,39,44). Sum of RGB (Red+Green+Blue) = 70+39+44=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #46272C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46272C is #B9D8D3. Grayscale: #303030. Windows color (decimal): -12179668 or 2893638. OLE color: 2893638.
HSL color Cylindrical-coordinate representation of color #46272C: hue angle of 350.32º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46272C is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 39 | 44 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.73 |
| HSL | 350.32º | 0.28% | 0.21% | - |
| HSV(B) | 350.32º | 0.44% | 0.27% | - |
| XYZ | 3.71 | 2.93 | 2.75 | - |
| YUV | 48.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 39 | 44 | 0 | 0.44 | 0.37 | 0.73 | 350.32 | 0.28 | 0.21 |
| Hex | 46 | 27 | 2C | 0 | 2C | 25 | 49 | 15E | 1C | 15 |
| Octal | 106 | 47 | 54 | 0 | 54 | 45 | 111 | 536 | 34 | 25 |
| Binary | 1000110 | 100111 | 101100 | 0 | 101100 | 100101 | 1001001 | 101011110 | 11100 | 10101 |
Color Harmonies of #46272C
Complementary color
Monochromatic Colors of #46272C
Black with #46272C
Text Example
Text Example
White with #46272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46272C; }
p { color: rgb(70,39,44); }
H1.HeaderClassName
{
color: #46272C;
}
.AnyTagClassName
{
color: #46272C;
}
</style>
background-color css
<style>
a { background-color: #46272C; }
a { background-color: rgb(70,39,44); }
div.DivClassName
{
background-color: #46272C;
}
.BgClassName
{
background-color: #46272C;
}
</style>
border-color css
<style>
span { border-color: #46272C; }
span { border-color: rgb(70,39,44); }
td.TdClassName
{
border-color: #46272C;
}
.TagClassName
{
border-color: #46272C;
}
</style>