Shades of Bourbon #B77043
Tints of Bourbon #B77043
RGB
CMYK
RGB Variations
Color information
#B77043 (or 0xB77043) is known color: Bourbon. HEX triplet: B7, 70 and 43. RGB value is (183,112,67). Sum of RGB (Red+Green+Blue) = 183+112+67=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B77043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77043 is #488FBC. Grayscale: #808080. Windows color (decimal): -4755389 or 4419767. OLE color: 4419767.
HSL color Cylindrical-coordinate representation of color #B77043: hue angle of 23.28º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B77043 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 67 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.28 |
| HSL | 23.28º | 0.46% | 0.49% | - |
| HSV(B) | 23.28º | 0.63% | 0.72% | - |
| XYZ | 26.34 | 22.06 | 8.18 | - |
| YUV | 128.1 | 93.52 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 67 | 0 | 0.39 | 0.63 | 0.28 | 23.28 | 0.46 | 0.49 |
| Hex | B7 | 70 | 43 | 0 | 27 | 3F | 1C | 17 | 2E | 31 |
| Octal | 267 | 160 | 103 | 0 | 47 | 77 | 34 | 27 | 56 | 61 |
| Binary | 10110111 | 1110000 | 1000011 | 0 | 100111 | 111111 | 11100 | 10111 | 101110 | 110001 |
Color Harmonies of #B77043
Complementary color
Monochromatic Colors of #B77043
Black with #B77043
Text Example
Text Example
White with #B77043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77043; }
p { color: rgb(183,112,67); }
H1.HeaderClassName
{
color: #B77043;
}
.AnyTagClassName
{
color: #B77043;
}
</style>
background-color css
<style>
a { background-color: #B77043; }
a { background-color: rgb(183,112,67); }
div.DivClassName
{
background-color: #B77043;
}
.BgClassName
{
background-color: #B77043;
}
</style>
border-color css
<style>
span { border-color: #B77043; }
span { border-color: rgb(183,112,67); }
td.TdClassName
{
border-color: #B77043;
}
.TagClassName
{
border-color: #B77043;
}
</style>