Shades of Sunset #BB564B
Tints of Sunset #BB564B
RGB
CMYK
RGB Variations
Color information
#BB564B (or 0xBB564B) is known color: Sunset. HEX triplet: BB, 56 and 4B. RGB value is (187,86,75). Sum of RGB (Red+Green+Blue) = 187+86+75=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB564B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB564B is #44A9B4. Grayscale: #737373. Windows color (decimal): -4499893 or 4937403. OLE color: 4937403.
HSL color Cylindrical-coordinate representation of color #BB564B: hue angle of 5.89º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB564B is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 86 | 75 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.27 |
| HSL | 5.89º | 0.45% | 0.51% | - |
| HSV(B) | 5.89º | 0.6% | 0.73% | - |
| XYZ | 25.09 | 17.73 | 8.76 | - |
| YUV | 114.95 | 105.46 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 86 | 75 | 0 | 0.54 | 0.60 | 0.27 | 5.89 | 0.45 | 0.51 |
| Hex | BB | 56 | 4B | 0 | 36 | 3C | 1B | 6 | 2D | 33 |
| Octal | 273 | 126 | 113 | 0 | 66 | 74 | 33 | 6 | 55 | 63 |
| Binary | 10111011 | 1010110 | 1001011 | 0 | 110110 | 111100 | 11011 | 110 | 101101 | 110011 |
Color Harmonies of #BB564B
Complementary color
Monochromatic Colors of #BB564B
Black with #BB564B
Text Example
Text Example
White with #BB564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB564B; }
p { color: rgb(187,86,75); }
H1.HeaderClassName
{
color: #BB564B;
}
.AnyTagClassName
{
color: #BB564B;
}
</style>
background-color css
<style>
a { background-color: #BB564B; }
a { background-color: rgb(187,86,75); }
div.DivClassName
{
background-color: #BB564B;
}
.BgClassName
{
background-color: #BB564B;
}
</style>
border-color css
<style>
span { border-color: #BB564B; }
span { border-color: rgb(187,86,75); }
td.TdClassName
{
border-color: #BB564B;
}
.TagClassName
{
border-color: #BB564B;
}
</style>