Shades of Bourbon #B2693D
Tints of Bourbon #B2693D
RGB
CMYK
RGB Variations
Color information
#B2693D (or 0xB2693D) is known color: Bourbon. HEX triplet: B2, 69 and 3D. RGB value is (178,105,61). Sum of RGB (Red+Green+Blue) = 178+105+61=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B2693D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2693D is #4D96C2. Grayscale: #7A7A7A. Windows color (decimal): -5084867 or 4024754. OLE color: 4024754.
HSL color Cylindrical-coordinate representation of color #B2693D: hue angle of 22.56º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2693D is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 105 | 61 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.30 |
| HSL | 22.56º | 0.49% | 0.47% | - |
| HSV(B) | 22.56º | 0.66% | 0.7% | - |
| XYZ | 24.25 | 19.91 | 6.98 | - |
| YUV | 121.81 | 93.68 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 105 | 61 | 0 | 0.41 | 0.66 | 0.30 | 22.56 | 0.49 | 0.47 |
| Hex | B2 | 69 | 3D | 0 | 29 | 42 | 1E | 17 | 31 | 2F |
| Octal | 262 | 151 | 75 | 0 | 51 | 102 | 36 | 27 | 61 | 57 |
| Binary | 10110010 | 1101001 | 111101 | 0 | 101001 | 1000010 | 11110 | 10111 | 110001 | 101111 |
Color Harmonies of #B2693D
Complementary color
Monochromatic Colors of #B2693D
Black with #B2693D
Text Example
Text Example
White with #B2693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2693D; }
p { color: rgb(178,105,61); }
H1.HeaderClassName
{
color: #B2693D;
}
.AnyTagClassName
{
color: #B2693D;
}
</style>
background-color css
<style>
a { background-color: #B2693D; }
a { background-color: rgb(178,105,61); }
div.DivClassName
{
background-color: #B2693D;
}
.BgClassName
{
background-color: #B2693D;
}
</style>
border-color css
<style>
span { border-color: #B2693D; }
span { border-color: rgb(178,105,61); }
td.TdClassName
{
border-color: #B2693D;
}
.TagClassName
{
border-color: #B2693D;
}
</style>