Shades of Bourbon #B5673A
Tints of Bourbon #B5673A
RGB
CMYK
RGB Variations
Color information
#B5673A (or 0xB5673A) is known color: Bourbon. HEX triplet: B5, 67 and 3A. RGB value is (181,103,58). Sum of RGB (Red+Green+Blue) = 181+103+58=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5673A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5673A is #4A98C5. Grayscale: #797979. Windows color (decimal): -4888774 or 3827637. OLE color: 3827637.
HSL color Cylindrical-coordinate representation of color #B5673A: hue angle of 21.95º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5673A is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 58 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.29 |
| HSL | 21.95º | 0.51% | 0.47% | - |
| HSV(B) | 21.95º | 0.68% | 0.71% | - |
| XYZ | 24.67 | 19.83 | 6.53 | - |
| YUV | 121.19 | 92.34 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 58 | 0 | 0.43 | 0.68 | 0.29 | 21.95 | 0.51 | 0.47 |
| Hex | B5 | 67 | 3A | 0 | 2B | 44 | 1D | 16 | 33 | 2F |
| Octal | 265 | 147 | 72 | 0 | 53 | 104 | 35 | 26 | 63 | 57 |
| Binary | 10110101 | 1100111 | 111010 | 0 | 101011 | 1000100 | 11101 | 10110 | 110011 | 101111 |
Color Harmonies of #B5673A
Complementary color
Monochromatic Colors of #B5673A
Black with #B5673A
Text Example
Text Example
White with #B5673A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5673A; }
p { color: rgb(181,103,58); }
H1.HeaderClassName
{
color: #B5673A;
}
.AnyTagClassName
{
color: #B5673A;
}
</style>
background-color css
<style>
a { background-color: #B5673A; }
a { background-color: rgb(181,103,58); }
div.DivClassName
{
background-color: #B5673A;
}
.BgClassName
{
background-color: #B5673A;
}
</style>
border-color css
<style>
span { border-color: #B5673A; }
span { border-color: rgb(181,103,58); }
td.TdClassName
{
border-color: #B5673A;
}
.TagClassName
{
border-color: #B5673A;
}
</style>