Shades of Bourbon #B7673A
Tints of Bourbon #B7673A
RGB
CMYK
RGB Variations
Color information
#B7673A (or 0xB7673A) is known color: Bourbon. HEX triplet: B7, 67 and 3A. RGB value is (183,103,58). Sum of RGB (Red+Green+Blue) = 183+103+58=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B7673A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7673A is #4898C5. Grayscale: #7A7A7A. Windows color (decimal): -4757702 or 3827639. OLE color: 3827639.
HSL color Cylindrical-coordinate representation of color #B7673A: hue angle of 21.6º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B7673A is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 103 | 58 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.28 |
| HSL | 21.6º | 0.52% | 0.47% | - |
| HSV(B) | 21.6º | 0.68% | 0.72% | - |
| XYZ | 25.14 | 20.07 | 6.55 | - |
| YUV | 121.79 | 92 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 58 | 0 | 0.44 | 0.68 | 0.28 | 21.6 | 0.52 | 0.47 |
| Hex | B7 | 67 | 3A | 0 | 2C | 44 | 1C | 16 | 34 | 2F |
| Octal | 267 | 147 | 72 | 0 | 54 | 104 | 34 | 26 | 64 | 57 |
| Binary | 10110111 | 1100111 | 111010 | 0 | 101100 | 1000100 | 11100 | 10110 | 110100 | 101111 |
Color Harmonies of #B7673A
Complementary color
Monochromatic Colors of #B7673A
Black with #B7673A
Text Example
Text Example
White with #B7673A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7673A; }
p { color: rgb(183,103,58); }
H1.HeaderClassName
{
color: #B7673A;
}
.AnyTagClassName
{
color: #B7673A;
}
</style>
background-color css
<style>
a { background-color: #B7673A; }
a { background-color: rgb(183,103,58); }
div.DivClassName
{
background-color: #B7673A;
}
.BgClassName
{
background-color: #B7673A;
}
</style>
border-color css
<style>
span { border-color: #B7673A; }
span { border-color: rgb(183,103,58); }
td.TdClassName
{
border-color: #B7673A;
}
.TagClassName
{
border-color: #B7673A;
}
</style>