Shades of Bourbon #B76A3D
Tints of Bourbon #B76A3D
RGB
CMYK
RGB Variations
Color information
#B76A3D (or 0xB76A3D) is known color: Bourbon. HEX triplet: B7, 6A and 3D. RGB value is (183,106,61). Sum of RGB (Red+Green+Blue) = 183+106+61=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76A3D is #4895C2. Grayscale: #7C7C7C. Windows color (decimal): -4756931 or 4025015. OLE color: 4025015.
HSL color Cylindrical-coordinate representation of color #B76A3D: hue angle of 22.13º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B76A3D is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 106 | 61 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.28 |
| HSL | 22.13º | 0.5% | 0.48% | - |
| HSV(B) | 22.13º | 0.67% | 0.72% | - |
| XYZ | 25.52 | 20.71 | 7.07 | - |
| YUV | 123.89 | 92.51 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 61 | 0 | 0.42 | 0.67 | 0.28 | 22.13 | 0.5 | 0.48 |
| Hex | B7 | 6A | 3D | 0 | 2A | 43 | 1C | 16 | 32 | 30 |
| Octal | 267 | 152 | 75 | 0 | 52 | 103 | 34 | 26 | 62 | 60 |
| Binary | 10110111 | 1101010 | 111101 | 0 | 101010 | 1000011 | 11100 | 10110 | 110010 | 110000 |
Color Harmonies of #B76A3D
Complementary color
Monochromatic Colors of #B76A3D
Black with #B76A3D
Text Example
Text Example
White with #B76A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76A3D; }
p { color: rgb(183,106,61); }
H1.HeaderClassName
{
color: #B76A3D;
}
.AnyTagClassName
{
color: #B76A3D;
}
</style>
background-color css
<style>
a { background-color: #B76A3D; }
a { background-color: rgb(183,106,61); }
div.DivClassName
{
background-color: #B76A3D;
}
.BgClassName
{
background-color: #B76A3D;
}
</style>
border-color css
<style>
span { border-color: #B76A3D; }
span { border-color: rgb(183,106,61); }
td.TdClassName
{
border-color: #B76A3D;
}
.TagClassName
{
border-color: #B76A3D;
}
</style>