Shades of Christine #BF6A30
Tints of Christine #BF6A30
RGB
CMYK
RGB Variations
Color information
#BF6A30 (or 0xBF6A30) is known color: Christine. HEX triplet: BF, 6A and 30. RGB value is (191,106,48). Sum of RGB (Red+Green+Blue) = 191+106+48=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6A30 is #4095CF. Grayscale: #7D7D7D. Windows color (decimal): -4232656 or 3173055. OLE color: 3173055.
HSL color Cylindrical-coordinate representation of color #BF6A30: hue angle of 24.34º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF6A30 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 106 | 48 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.25 |
| HSL | 24.34º | 0.6% | 0.47% | - |
| HSV(B) | 24.34º | 0.75% | 0.75% | - |
| XYZ | 27.17 | 21.6 | 5.53 | - |
| YUV | 124.8 | 84.66 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 106 | 48 | 0 | 0.45 | 0.75 | 0.25 | 24.34 | 0.6 | 0.47 |
| Hex | BF | 6A | 30 | 0 | 2D | 4B | 19 | 18 | 3C | 2F |
| Octal | 277 | 152 | 60 | 0 | 55 | 113 | 31 | 30 | 74 | 57 |
| Binary | 10111111 | 1101010 | 110000 | 0 | 101101 | 1001011 | 11001 | 11000 | 111100 | 101111 |
Color Harmonies of #BF6A30
Complementary color
Monochromatic Colors of #BF6A30
Black with #BF6A30
Text Example
Text Example
White with #BF6A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6A30; }
p { color: rgb(191,106,48); }
H1.HeaderClassName
{
color: #BF6A30;
}
.AnyTagClassName
{
color: #BF6A30;
}
</style>
background-color css
<style>
a { background-color: #BF6A30; }
a { background-color: rgb(191,106,48); }
div.DivClassName
{
background-color: #BF6A30;
}
.BgClassName
{
background-color: #BF6A30;
}
</style>
border-color css
<style>
span { border-color: #BF6A30; }
span { border-color: rgb(191,106,48); }
td.TdClassName
{
border-color: #BF6A30;
}
.TagClassName
{
border-color: #BF6A30;
}
</style>