Shades of Bourbon #B7703F
Tints of Bourbon #B7703F
RGB
CMYK
RGB Variations
Color information
#B7703F (or 0xB7703F) is known color: Bourbon. HEX triplet: B7, 70 and 3F. RGB value is (183,112,63). Sum of RGB (Red+Green+Blue) = 183+112+63=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B7703F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7703F is #488FC0. Grayscale: #7F7F7F. Windows color (decimal): -4755393 or 4157623. OLE color: 4157623.
HSL color Cylindrical-coordinate representation of color #B7703F: hue angle of 24.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B7703F is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 63 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.28 |
| HSL | 24.5º | 0.49% | 0.48% | - |
| HSV(B) | 24.5º | 0.66% | 0.72% | - |
| XYZ | 26.22 | 22.01 | 7.57 | - |
| YUV | 127.64 | 91.52 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 63 | 0 | 0.39 | 0.66 | 0.28 | 24.5 | 0.49 | 0.48 |
| Hex | B7 | 70 | 3F | 0 | 27 | 42 | 1C | 18 | 31 | 30 |
| Octal | 267 | 160 | 77 | 0 | 47 | 102 | 34 | 30 | 61 | 60 |
| Binary | 10110111 | 1110000 | 111111 | 0 | 100111 | 1000010 | 11100 | 11000 | 110001 | 110000 |
Color Harmonies of #B7703F
Complementary color
Monochromatic Colors of #B7703F
Black with #B7703F
Text Example
Text Example
White with #B7703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7703F; }
p { color: rgb(183,112,63); }
H1.HeaderClassName
{
color: #B7703F;
}
.AnyTagClassName
{
color: #B7703F;
}
</style>
background-color css
<style>
a { background-color: #B7703F; }
a { background-color: rgb(183,112,63); }
div.DivClassName
{
background-color: #B7703F;
}
.BgClassName
{
background-color: #B7703F;
}
</style>
border-color css
<style>
span { border-color: #B7703F; }
span { border-color: rgb(183,112,63); }
td.TdClassName
{
border-color: #B7703F;
}
.TagClassName
{
border-color: #B7703F;
}
</style>