Shades of Grandis #FFBF67
Tints of Grandis #FFBF67
RGB
CMYK
RGB Variations
Color information
#FFBF67 (or 0xFFBF67) is known color: Grandis. HEX triplet: FF, BF and 67. RGB value is (255,191,103). Sum of RGB (Red+Green+Blue) = 255+191+103=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 103 (40.62% from 255 or 18.76% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBF67 is #004098. Grayscale: #C8C8C8. Windows color (decimal): -16537 or 6799359. OLE color: 6799359.
HSL color Cylindrical-coordinate representation of color #FFBF67: hue angle of 34.74º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFBF67 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 103 | - |
| CMYK | 0 | 0.25 | 0.60 | 0 |
| HSL | 34.74º | 1% | 0.7% | - |
| HSV(B) | 34.74º | 0.6% | 1% | - |
| XYZ | 62.32 | 59.5 | 21.03 | - |
| YUV | 200.1 | 73.2 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 103 | 0 | 0.25 | 0.60 | 0 | 34.74 | 1 | 0.7 |
| Hex | FF | BF | 67 | 0 | 19 | 3C | 0 | 23 | 64 | 46 |
| Octal | 377 | 277 | 147 | 0 | 31 | 74 | 0 | 43 | 144 | 106 |
| Binary | 11111111 | 10111111 | 1100111 | 0 | 11001 | 111100 | 0 | 100011 | 1100100 | 1000110 |
Color Harmonies of #FFBF67
Complementary color
Monochromatic Colors of #FFBF67
Black with #FFBF67
Text Example
Text Example
White with #FFBF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF67; }
p { color: rgb(255,191,103); }
H1.HeaderClassName
{
color: #FFBF67;
}
.AnyTagClassName
{
color: #FFBF67;
}
</style>
background-color css
<style>
a { background-color: #FFBF67; }
a { background-color: rgb(255,191,103); }
div.DivClassName
{
background-color: #FFBF67;
}
.BgClassName
{
background-color: #FFBF67;
}
</style>
border-color css
<style>
span { border-color: #FFBF67; }
span { border-color: rgb(255,191,103); }
td.TdClassName
{
border-color: #FFBF67;
}
.TagClassName
{
border-color: #FFBF67;
}
</style>