Shades of Bourbon #B0764B
Tints of Bourbon #B0764B
RGB
CMYK
RGB Variations
Color information
#B0764B (or 0xB0764B) is known color: Bourbon. HEX triplet: B0, 76 and 4B. RGB value is (176,118,75). Sum of RGB (Red+Green+Blue) = 176+118+75=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B0764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0764B is #4F89B4. Grayscale: #828282. Windows color (decimal): -5212597 or 4945584. OLE color: 4945584.
HSL color Cylindrical-coordinate representation of color #B0764B: hue angle of 25.54º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0764B is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 118 | 75 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.31 |
| HSL | 25.54º | 0.4% | 0.49% | - |
| HSV(B) | 25.54º | 0.57% | 0.69% | - |
| XYZ | 25.65 | 22.69 | 9.69 | - |
| YUV | 130.44 | 96.72 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 118 | 75 | 0 | 0.33 | 0.57 | 0.31 | 25.54 | 0.4 | 0.49 |
| Hex | B0 | 76 | 4B | 0 | 21 | 39 | 1F | 1A | 28 | 31 |
| Octal | 260 | 166 | 113 | 0 | 41 | 71 | 37 | 32 | 50 | 61 |
| Binary | 10110000 | 1110110 | 1001011 | 0 | 100001 | 111001 | 11111 | 11010 | 101000 | 110001 |
Color Harmonies of #B0764B
Complementary color
Monochromatic Colors of #B0764B
Black with #B0764B
Text Example
Text Example
White with #B0764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0764B; }
p { color: rgb(176,118,75); }
H1.HeaderClassName
{
color: #B0764B;
}
.AnyTagClassName
{
color: #B0764B;
}
</style>
background-color css
<style>
a { background-color: #B0764B; }
a { background-color: rgb(176,118,75); }
div.DivClassName
{
background-color: #B0764B;
}
.BgClassName
{
background-color: #B0764B;
}
</style>
border-color css
<style>
span { border-color: #B0764B; }
span { border-color: rgb(176,118,75); }
td.TdClassName
{
border-color: #B0764B;
}
.TagClassName
{
border-color: #B0764B;
}
</style>