Shades of Bourbon #B5663C
Tints of Bourbon #B5663C
RGB
CMYK
RGB Variations
Color information
#B5663C (or 0xB5663C) is known color: Bourbon. HEX triplet: B5, 66 and 3C. RGB value is (181,102,60). Sum of RGB (Red+Green+Blue) = 181+102+60=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5663C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5663C is #4A99C3. Grayscale: #797979. Windows color (decimal): -4889028 or 3958453. OLE color: 3958453.
HSL color Cylindrical-coordinate representation of color #B5663C: hue angle of 20.83º degrees, saturation: 0.5, 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 #B5663C is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 60 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.29 |
| HSL | 20.83º | 0.5% | 0.47% | - |
| HSV(B) | 20.83º | 0.67% | 0.71% | - |
| XYZ | 24.62 | 19.65 | 6.77 | - |
| YUV | 120.83 | 93.67 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 60 | 0 | 0.44 | 0.67 | 0.29 | 20.83 | 0.5 | 0.47 |
| Hex | B5 | 66 | 3C | 0 | 2C | 43 | 1D | 15 | 32 | 2F |
| Octal | 265 | 146 | 74 | 0 | 54 | 103 | 35 | 25 | 62 | 57 |
| Binary | 10110101 | 1100110 | 111100 | 0 | 101100 | 1000011 | 11101 | 10101 | 110010 | 101111 |
Color Harmonies of #B5663C
Complementary color
Monochromatic Colors of #B5663C
Black with #B5663C
Text Example
Text Example
White with #B5663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5663C; }
p { color: rgb(181,102,60); }
H1.HeaderClassName
{
color: #B5663C;
}
.AnyTagClassName
{
color: #B5663C;
}
</style>
background-color css
<style>
a { background-color: #B5663C; }
a { background-color: rgb(181,102,60); }
div.DivClassName
{
background-color: #B5663C;
}
.BgClassName
{
background-color: #B5663C;
}
</style>
border-color css
<style>
span { border-color: #B5663C; }
span { border-color: rgb(181,102,60); }
td.TdClassName
{
border-color: #B5663C;
}
.TagClassName
{
border-color: #B5663C;
}
</style>