Shades of Brandy Rose #B68B7E
Tints of Brandy Rose #B68B7E
RGB
CMYK
RGB Variations
Color information
#B68B7E (or 0xB68B7E) is known color: Brandy Rose. HEX triplet: B6, 8B and 7E. RGB value is (182,139,126). Sum of RGB (Red+Green+Blue) = 182+139+126=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68B7E is #497481. Grayscale: #969696. Windows color (decimal): -4813954 or 8293302. OLE color: 8293302.
HSL color Cylindrical-coordinate representation of color #B68B7E: hue angle of 13.93º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B68B7E is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 139 | 126 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.29 |
| HSL | 13.93º | 0.28% | 0.6% | - |
| HSV(B) | 13.93º | 0.31% | 0.71% | - |
| XYZ | 32.29 | 29.92 | 23.81 | - |
| YUV | 150.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 126 | 0 | 0.24 | 0.31 | 0.29 | 13.93 | 0.28 | 0.6 |
| Hex | B6 | 8B | 7E | 0 | 18 | 1F | 1D | E | 1C | 3C |
| Octal | 266 | 213 | 176 | 0 | 30 | 37 | 35 | 16 | 34 | 74 |
| Binary | 10110110 | 10001011 | 1111110 | 0 | 11000 | 11111 | 11101 | 1110 | 11100 | 111100 |
Color Harmonies of #B68B7E
Complementary color
Monochromatic Colors of #B68B7E
Black with #B68B7E
Text Example
Text Example
White with #B68B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68B7E; }
p { color: rgb(182,139,126); }
H1.HeaderClassName
{
color: #B68B7E;
}
.AnyTagClassName
{
color: #B68B7E;
}
</style>
background-color css
<style>
a { background-color: #B68B7E; }
a { background-color: rgb(182,139,126); }
div.DivClassName
{
background-color: #B68B7E;
}
.BgClassName
{
background-color: #B68B7E;
}
</style>
border-color css
<style>
span { border-color: #B68B7E; }
span { border-color: rgb(182,139,126); }
td.TdClassName
{
border-color: #B68B7E;
}
.TagClassName
{
border-color: #B68B7E;
}
</style>