Shades of Bourbon #B76838
Tints of Bourbon #B76838
RGB
CMYK
RGB Variations
Color information
#B76838 (or 0xB76838) is known color: Bourbon. HEX triplet: B7, 68 and 38. RGB value is (183,104,56). Sum of RGB (Red+Green+Blue) = 183+104+56=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 56 (22.27% from 255 or 16.33% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B76838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76838 is #4897C7. Grayscale: #7A7A7A. Windows color (decimal): -4757448 or 3696823. OLE color: 3696823.
HSL color Cylindrical-coordinate representation of color #B76838: hue angle of 22.68º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B76838 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 56 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.28 |
| HSL | 22.68º | 0.53% | 0.47% | - |
| HSV(B) | 22.68º | 0.69% | 0.72% | - |
| XYZ | 25.19 | 20.25 | 6.32 | - |
| YUV | 122.15 | 90.67 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 56 | 0 | 0.43 | 0.69 | 0.28 | 22.68 | 0.53 | 0.47 |
| Hex | B7 | 68 | 38 | 0 | 2B | 45 | 1C | 17 | 35 | 2F |
| Octal | 267 | 150 | 70 | 0 | 53 | 105 | 34 | 27 | 65 | 57 |
| Binary | 10110111 | 1101000 | 111000 | 0 | 101011 | 1000101 | 11100 | 10111 | 110101 | 101111 |
Color Harmonies of #B76838
Complementary color
Monochromatic Colors of #B76838
Black with #B76838
Text Example
Text Example
White with #B76838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76838; }
p { color: rgb(183,104,56); }
H1.HeaderClassName
{
color: #B76838;
}
.AnyTagClassName
{
color: #B76838;
}
</style>
background-color css
<style>
a { background-color: #B76838; }
a { background-color: rgb(183,104,56); }
div.DivClassName
{
background-color: #B76838;
}
.BgClassName
{
background-color: #B76838;
}
</style>
border-color css
<style>
span { border-color: #B76838; }
span { border-color: rgb(183,104,56); }
td.TdClassName
{
border-color: #B76838;
}
.TagClassName
{
border-color: #B76838;
}
</style>