Shades of Bourbon #B6723C
Tints of Bourbon #B6723C
RGB
CMYK
RGB Variations
Color information
#B6723C (or 0xB6723C) is known color: Bourbon. HEX triplet: B6, 72 and 3C. RGB value is (182,114,60). Sum of RGB (Red+Green+Blue) = 182+114+60=356 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.12% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 182 - color contains mainly: red. Hex color #B6723C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6723C is #498DC3. Grayscale: #808080. Windows color (decimal): -4820420 or 3961526. OLE color: 3961526.
HSL color Cylindrical-coordinate representation of color #B6723C: hue angle of 26.56º 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 #B6723C is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 114 | 60 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.29 |
| HSL | 26.56º | 0.5% | 0.47% | - |
| HSV(B) | 26.56º | 0.67% | 0.71% | - |
| XYZ | 26.12 | 22.31 | 7.2 | - |
| YUV | 128.18 | 89.53 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 60 | 0 | 0.37 | 0.67 | 0.29 | 26.56 | 0.5 | 0.47 |
| Hex | B6 | 72 | 3C | 0 | 25 | 43 | 1D | 1B | 32 | 2F |
| Octal | 266 | 162 | 74 | 0 | 45 | 103 | 35 | 33 | 62 | 57 |
| Binary | 10110110 | 1110010 | 111100 | 0 | 100101 | 1000011 | 11101 | 11011 | 110010 | 101111 |
Color Harmonies of #B6723C
Complementary color
Monochromatic Colors of #B6723C
Black with #B6723C
Text Example
Text Example
White with #B6723C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6723C; }
p { color: rgb(182,114,60); }
H1.HeaderClassName
{
color: #B6723C;
}
.AnyTagClassName
{
color: #B6723C;
}
</style>
background-color css
<style>
a { background-color: #B6723C; }
a { background-color: rgb(182,114,60); }
div.DivClassName
{
background-color: #B6723C;
}
.BgClassName
{
background-color: #B6723C;
}
</style>
border-color css
<style>
span { border-color: #B6723C; }
span { border-color: rgb(182,114,60); }
td.TdClassName
{
border-color: #B6723C;
}
.TagClassName
{
border-color: #B6723C;
}
</style>