Shades of Bourbon #B6754C
Tints of Bourbon #B6754C
RGB
CMYK
RGB Variations
Color information
#B6754C (or 0xB6754C) is known color: Bourbon. HEX triplet: B6, 75 and 4C. RGB value is (182,117,76). Sum of RGB (Red+Green+Blue) = 182+117+76=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B6754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6754C is #498AB3. Grayscale: #838383. Windows color (decimal): -4819636 or 5010870. OLE color: 5010870.
HSL color Cylindrical-coordinate representation of color #B6754C: hue angle of 23.21º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B6754C is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 117 | 76 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.29 |
| HSL | 23.21º | 0.42% | 0.51% | - |
| HSV(B) | 23.21º | 0.58% | 0.71% | - |
| XYZ | 26.96 | 23.19 | 9.89 | - |
| YUV | 131.76 | 96.53 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 117 | 76 | 0 | 0.36 | 0.58 | 0.29 | 23.21 | 0.42 | 0.51 |
| Hex | B6 | 75 | 4C | 0 | 24 | 3A | 1D | 17 | 2A | 33 |
| Octal | 266 | 165 | 114 | 0 | 44 | 72 | 35 | 27 | 52 | 63 |
| Binary | 10110110 | 1110101 | 1001100 | 0 | 100100 | 111010 | 11101 | 10111 | 101010 | 110011 |
Color Harmonies of #B6754C
Complementary color
Monochromatic Colors of #B6754C
Black with #B6754C
Text Example
Text Example
White with #B6754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6754C; }
p { color: rgb(182,117,76); }
H1.HeaderClassName
{
color: #B6754C;
}
.AnyTagClassName
{
color: #B6754C;
}
</style>
background-color css
<style>
a { background-color: #B6754C; }
a { background-color: rgb(182,117,76); }
div.DivClassName
{
background-color: #B6754C;
}
.BgClassName
{
background-color: #B6754C;
}
</style>
border-color css
<style>
span { border-color: #B6754C; }
span { border-color: rgb(182,117,76); }
td.TdClassName
{
border-color: #B6754C;
}
.TagClassName
{
border-color: #B6754C;
}
</style>