Shades of Bourbon #B3673F
Tints of Bourbon #B3673F
RGB
CMYK
RGB Variations
Color information
#B3673F (or 0xB3673F) is known color: Bourbon. HEX triplet: B3, 67 and 3F. RGB value is (179,103,63). Sum of RGB (Red+Green+Blue) = 179+103+63=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B3673F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3673F is #4C98C0. Grayscale: #797979. Windows color (decimal): -5019841 or 4155315. OLE color: 4155315.
HSL color Cylindrical-coordinate representation of color #B3673F: hue angle of 20.69º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3673F is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 63 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.30 |
| HSL | 20.69º | 0.48% | 0.47% | - |
| HSV(B) | 20.69º | 0.65% | 0.7% | - |
| XYZ | 24.34 | 19.64 | 7.21 | - |
| YUV | 121.16 | 95.18 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 63 | 0 | 0.42 | 0.65 | 0.30 | 20.69 | 0.48 | 0.47 |
| Hex | B3 | 67 | 3F | 0 | 2A | 41 | 1E | 15 | 30 | 2F |
| Octal | 263 | 147 | 77 | 0 | 52 | 101 | 36 | 25 | 60 | 57 |
| Binary | 10110011 | 1100111 | 111111 | 0 | 101010 | 1000001 | 11110 | 10101 | 110000 | 101111 |
Color Harmonies of #B3673F
Complementary color
Monochromatic Colors of #B3673F
Black with #B3673F
Text Example
Text Example
White with #B3673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3673F; }
p { color: rgb(179,103,63); }
H1.HeaderClassName
{
color: #B3673F;
}
.AnyTagClassName
{
color: #B3673F;
}
</style>
background-color css
<style>
a { background-color: #B3673F; }
a { background-color: rgb(179,103,63); }
div.DivClassName
{
background-color: #B3673F;
}
.BgClassName
{
background-color: #B3673F;
}
</style>
border-color css
<style>
span { border-color: #B3673F; }
span { border-color: rgb(179,103,63); }
td.TdClassName
{
border-color: #B3673F;
}
.TagClassName
{
border-color: #B3673F;
}
</style>