Shades of Rajah #FFBB67
Tints of Rajah #FFBB67
RGB
CMYK
RGB Variations
Color information
#FFBB67 (or 0xFFBB67) is known color: Rajah. HEX triplet: FF, BB and 67. RGB value is (255,187,103). Sum of RGB (Red+Green+Blue) = 255+187+103=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 103 (40.62% from 255 or 18.90% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB67 is #004498. Grayscale: #C6C6C6. Windows color (decimal): -17561 or 6798335. OLE color: 6798335.
HSL color Cylindrical-coordinate representation of color #FFBB67: hue angle of 33.16º 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 #FFBB67 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 103 | - |
| CMYK | 0 | 0.27 | 0.60 | 0 |
| HSL | 33.16º | 1% | 0.7% | - |
| HSV(B) | 33.16º | 0.6% | 1% | - |
| XYZ | 61.46 | 57.78 | 20.75 | - |
| YUV | 197.76 | 74.53 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 103 | 0 | 0.27 | 0.60 | 0 | 33.16 | 1 | 0.7 |
| Hex | FF | BB | 67 | 0 | 1B | 3C | 0 | 21 | 64 | 46 |
| Octal | 377 | 273 | 147 | 0 | 33 | 74 | 0 | 41 | 144 | 106 |
| Binary | 11111111 | 10111011 | 1100111 | 0 | 11011 | 111100 | 0 | 100001 | 1100100 | 1000110 |
Color Harmonies of #FFBB67
Complementary color
Monochromatic Colors of #FFBB67
Black with #FFBB67
Text Example
Text Example
White with #FFBB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB67; }
p { color: rgb(255,187,103); }
H1.HeaderClassName
{
color: #FFBB67;
}
.AnyTagClassName
{
color: #FFBB67;
}
</style>
background-color css
<style>
a { background-color: #FFBB67; }
a { background-color: rgb(255,187,103); }
div.DivClassName
{
background-color: #FFBB67;
}
.BgClassName
{
background-color: #FFBB67;
}
</style>
border-color css
<style>
span { border-color: #FFBB67; }
span { border-color: rgb(255,187,103); }
td.TdClassName
{
border-color: #FFBB67;
}
.TagClassName
{
border-color: #FFBB67;
}
</style>