Shades of Bourbon #B6673F
Tints of Bourbon #B6673F
RGB
CMYK
RGB Variations
Color information
#B6673F (or 0xB6673F) is known color: Bourbon. HEX triplet: B6, 67 and 3F. RGB value is (182,103,63). Sum of RGB (Red+Green+Blue) = 182+103+63=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B6673F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6673F is #4998C0. Grayscale: #7A7A7A. Windows color (decimal): -4823233 or 4155318. OLE color: 4155318.
HSL color Cylindrical-coordinate representation of color #B6673F: hue angle of 20.17º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B6673F is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 103 | 63 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.29 |
| HSL | 20.17º | 0.49% | 0.48% | - |
| HSV(B) | 20.17º | 0.65% | 0.71% | - |
| XYZ | 25.04 | 20 | 7.24 | - |
| YUV | 122.06 | 94.67 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 103 | 63 | 0 | 0.43 | 0.65 | 0.29 | 20.17 | 0.49 | 0.48 |
| Hex | B6 | 67 | 3F | 0 | 2B | 41 | 1D | 14 | 31 | 30 |
| Octal | 266 | 147 | 77 | 0 | 53 | 101 | 35 | 24 | 61 | 60 |
| Binary | 10110110 | 1100111 | 111111 | 0 | 101011 | 1000001 | 11101 | 10100 | 110001 | 110000 |
Color Harmonies of #B6673F
Complementary color
Monochromatic Colors of #B6673F
Black with #B6673F
Text Example
Text Example
White with #B6673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6673F; }
p { color: rgb(182,103,63); }
H1.HeaderClassName
{
color: #B6673F;
}
.AnyTagClassName
{
color: #B6673F;
}
</style>
background-color css
<style>
a { background-color: #B6673F; }
a { background-color: rgb(182,103,63); }
div.DivClassName
{
background-color: #B6673F;
}
.BgClassName
{
background-color: #B6673F;
}
</style>
border-color css
<style>
span { border-color: #B6673F; }
span { border-color: rgb(182,103,63); }
td.TdClassName
{
border-color: #B6673F;
}
.TagClassName
{
border-color: #B6673F;
}
</style>