Shades of Bourbon #B0653A
Tints of Bourbon #B0653A
RGB
CMYK
RGB Variations
Color information
#B0653A (or 0xB0653A) is known color: Bourbon. HEX triplet: B0, 65 and 3A. RGB value is (176,101,58). Sum of RGB (Red+Green+Blue) = 176+101+58=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0653A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0653A is #4F9AC5. Grayscale: #767676. Windows color (decimal): -5216966 or 3827120. OLE color: 3827120.
HSL color Cylindrical-coordinate representation of color #B0653A: hue angle of 21.86º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0653A is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 101 | 58 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.31 |
| HSL | 21.86º | 0.5% | 0.46% | - |
| HSV(B) | 21.86º | 0.67% | 0.69% | - |
| XYZ | 23.32 | 18.84 | 6.41 | - |
| YUV | 118.52 | 93.85 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 58 | 0 | 0.43 | 0.67 | 0.31 | 21.86 | 0.5 | 0.46 |
| Hex | B0 | 65 | 3A | 0 | 2B | 43 | 1F | 16 | 32 | 2E |
| Octal | 260 | 145 | 72 | 0 | 53 | 103 | 37 | 26 | 62 | 56 |
| Binary | 10110000 | 1100101 | 111010 | 0 | 101011 | 1000011 | 11111 | 10110 | 110010 | 101110 |
Color Harmonies of #B0653A
Complementary color
Monochromatic Colors of #B0653A
Black with #B0653A
Text Example
Text Example
White with #B0653A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0653A; }
p { color: rgb(176,101,58); }
H1.HeaderClassName
{
color: #B0653A;
}
.AnyTagClassName
{
color: #B0653A;
}
</style>
background-color css
<style>
a { background-color: #B0653A; }
a { background-color: rgb(176,101,58); }
div.DivClassName
{
background-color: #B0653A;
}
.BgClassName
{
background-color: #B0653A;
}
</style>
border-color css
<style>
span { border-color: #B0653A; }
span { border-color: rgb(176,101,58); }
td.TdClassName
{
border-color: #B0653A;
}
.TagClassName
{
border-color: #B0653A;
}
</style>