Shades of Bourbon #B06F43
Tints of Bourbon #B06F43
RGB
CMYK
RGB Variations
Color information
#B06F43 (or 0xB06F43) is known color: Bourbon. HEX triplet: B0, 6F and 43. RGB value is (176,111,67). Sum of RGB (Red+Green+Blue) = 176+111+67=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F43 is #4F90BC. Grayscale: #7D7D7D. Windows color (decimal): -5214397 or 4419504. OLE color: 4419504.
HSL color Cylindrical-coordinate representation of color #B06F43: hue angle of 24.22º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B06F43 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 67 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.31 |
| HSL | 24.22º | 0.45% | 0.48% | - |
| HSV(B) | 24.22º | 0.62% | 0.69% | - |
| XYZ | 24.6 | 21 | 8.07 | - |
| YUV | 125.42 | 95.03 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 67 | 0 | 0.37 | 0.62 | 0.31 | 24.22 | 0.45 | 0.48 |
| Hex | B0 | 6F | 43 | 0 | 25 | 3E | 1F | 18 | 2D | 30 |
| Octal | 260 | 157 | 103 | 0 | 45 | 76 | 37 | 30 | 55 | 60 |
| Binary | 10110000 | 1101111 | 1000011 | 0 | 100101 | 111110 | 11111 | 11000 | 101101 | 110000 |
Color Harmonies of #B06F43
Complementary color
Monochromatic Colors of #B06F43
Black with #B06F43
Text Example
Text Example
White with #B06F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F43; }
p { color: rgb(176,111,67); }
H1.HeaderClassName
{
color: #B06F43;
}
.AnyTagClassName
{
color: #B06F43;
}
</style>
background-color css
<style>
a { background-color: #B06F43; }
a { background-color: rgb(176,111,67); }
div.DivClassName
{
background-color: #B06F43;
}
.BgClassName
{
background-color: #B06F43;
}
</style>
border-color css
<style>
span { border-color: #B06F43; }
span { border-color: rgb(176,111,67); }
td.TdClassName
{
border-color: #B06F43;
}
.TagClassName
{
border-color: #B06F43;
}
</style>