Shades of Brandy Rose #B68376
Tints of Brandy Rose #B68376
RGB
CMYK
RGB Variations
Color information
#B68376 (or 0xB68376) is known color: Brandy Rose. HEX triplet: B6, 83 and 76. RGB value is (182,131,118). Sum of RGB (Red+Green+Blue) = 182+131+118=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B68376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68376 is #497C89. Grayscale: #909090. Windows color (decimal): -4816010 or 7766966. OLE color: 7766966.
HSL color Cylindrical-coordinate representation of color #B68376: hue angle of 12.19º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B68376 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 131 | 118 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.29 |
| HSL | 12.19º | 0.3% | 0.59% | - |
| HSV(B) | 12.19º | 0.35% | 0.71% | - |
| XYZ | 30.68 | 27.49 | 20.83 | - |
| YUV | 144.77 | 112.9 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 131 | 118 | 0 | 0.28 | 0.35 | 0.29 | 12.19 | 0.3 | 0.59 |
| Hex | B6 | 83 | 76 | 0 | 1C | 23 | 1D | C | 1E | 3B |
| Octal | 266 | 203 | 166 | 0 | 34 | 43 | 35 | 14 | 36 | 73 |
| Binary | 10110110 | 10000011 | 1110110 | 0 | 11100 | 100011 | 11101 | 1100 | 11110 | 111011 |
Color Harmonies of #B68376
Complementary color
Monochromatic Colors of #B68376
Black with #B68376
Text Example
Text Example
White with #B68376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68376; }
p { color: rgb(182,131,118); }
H1.HeaderClassName
{
color: #B68376;
}
.AnyTagClassName
{
color: #B68376;
}
</style>
background-color css
<style>
a { background-color: #B68376; }
a { background-color: rgb(182,131,118); }
div.DivClassName
{
background-color: #B68376;
}
.BgClassName
{
background-color: #B68376;
}
</style>
border-color css
<style>
span { border-color: #B68376; }
span { border-color: rgb(182,131,118); }
td.TdClassName
{
border-color: #B68376;
}
.TagClassName
{
border-color: #B68376;
}
</style>