Shades of Bourbon #B4673C
Tints of Bourbon #B4673C
RGB
CMYK
RGB Variations
Color information
#B4673C (or 0xB4673C) is known color: Bourbon. HEX triplet: B4, 67 and 3C. RGB value is (180,103,60). Sum of RGB (Red+Green+Blue) = 180+103+60=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B4673C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4673C is #4B98C3. Grayscale: #797979. Windows color (decimal): -4954308 or 3958708. OLE color: 3958708.
HSL color Cylindrical-coordinate representation of color #B4673C: hue angle of 21.5º 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 #B4673C is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 103 | 60 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.29 |
| HSL | 21.5º | 0.5% | 0.47% | - |
| HSV(B) | 21.5º | 0.67% | 0.71% | - |
| XYZ | 24.49 | 19.73 | 6.79 | - |
| YUV | 121.12 | 93.51 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 103 | 60 | 0 | 0.43 | 0.67 | 0.29 | 21.5 | 0.5 | 0.47 |
| Hex | B4 | 67 | 3C | 0 | 2B | 43 | 1D | 16 | 32 | 2F |
| Octal | 264 | 147 | 74 | 0 | 53 | 103 | 35 | 26 | 62 | 57 |
| Binary | 10110100 | 1100111 | 111100 | 0 | 101011 | 1000011 | 11101 | 10110 | 110010 | 101111 |
Color Harmonies of #B4673C
Complementary color
Monochromatic Colors of #B4673C
Black with #B4673C
Text Example
Text Example
White with #B4673C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4673C; }
p { color: rgb(180,103,60); }
H1.HeaderClassName
{
color: #B4673C;
}
.AnyTagClassName
{
color: #B4673C;
}
</style>
background-color css
<style>
a { background-color: #B4673C; }
a { background-color: rgb(180,103,60); }
div.DivClassName
{
background-color: #B4673C;
}
.BgClassName
{
background-color: #B4673C;
}
</style>
border-color css
<style>
span { border-color: #B4673C; }
span { border-color: rgb(180,103,60); }
td.TdClassName
{
border-color: #B4673C;
}
.TagClassName
{
border-color: #B4673C;
}
</style>