Shades of Bourbon #B5653B
Tints of Bourbon #B5653B
RGB
CMYK
RGB Variations
Color information
#B5653B (or 0xB5653B) is known color: Bourbon. HEX triplet: B5, 65 and 3B. RGB value is (181,101,59). Sum of RGB (Red+Green+Blue) = 181+101+59=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5653B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5653B is #4A9AC4. Grayscale: #787878. Windows color (decimal): -4889285 or 3892661. OLE color: 3892661.
HSL color Cylindrical-coordinate representation of color #B5653B: hue angle of 20.66º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5653B is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 59 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.29 |
| HSL | 20.66º | 0.51% | 0.47% | - |
| HSV(B) | 20.66º | 0.67% | 0.71% | - |
| XYZ | 24.5 | 19.45 | 6.6 | - |
| YUV | 120.13 | 93.5 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 59 | 0 | 0.44 | 0.67 | 0.29 | 20.66 | 0.51 | 0.47 |
| Hex | B5 | 65 | 3B | 0 | 2C | 43 | 1D | 15 | 33 | 2F |
| Octal | 265 | 145 | 73 | 0 | 54 | 103 | 35 | 25 | 63 | 57 |
| Binary | 10110101 | 1100101 | 111011 | 0 | 101100 | 1000011 | 11101 | 10101 | 110011 | 101111 |
Color Harmonies of #B5653B
Complementary color
Monochromatic Colors of #B5653B
Black with #B5653B
Text Example
Text Example
White with #B5653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5653B; }
p { color: rgb(181,101,59); }
H1.HeaderClassName
{
color: #B5653B;
}
.AnyTagClassName
{
color: #B5653B;
}
</style>
background-color css
<style>
a { background-color: #B5653B; }
a { background-color: rgb(181,101,59); }
div.DivClassName
{
background-color: #B5653B;
}
.BgClassName
{
background-color: #B5653B;
}
</style>
border-color css
<style>
span { border-color: #B5653B; }
span { border-color: rgb(181,101,59); }
td.TdClassName
{
border-color: #B5653B;
}
.TagClassName
{
border-color: #B5653B;
}
</style>