Shades of Brandy Rose #B68B7B
Tints of Brandy Rose #B68B7B
RGB
CMYK
RGB Variations
Color information
#B68B7B (or 0xB68B7B) is known color: Brandy Rose. HEX triplet: B6, 8B and 7B. RGB value is (182,139,123). Sum of RGB (Red+Green+Blue) = 182+139+123=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68B7B is #497484. Grayscale: #969696. Windows color (decimal): -4813957 or 8096694. OLE color: 8096694.
HSL color Cylindrical-coordinate representation of color #B68B7B: hue angle of 16.27º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B68B7B is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 139 | 123 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.29 |
| HSL | 16.27º | 0.29% | 0.6% | - |
| HSV(B) | 16.27º | 0.32% | 0.71% | - |
| XYZ | 32.1 | 29.84 | 22.81 | - |
| YUV | 150.03 | 112.75 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 123 | 0 | 0.24 | 0.32 | 0.29 | 16.27 | 0.29 | 0.6 |
| Hex | B6 | 8B | 7B | 0 | 18 | 20 | 1D | 10 | 1D | 3C |
| Octal | 266 | 213 | 173 | 0 | 30 | 40 | 35 | 20 | 35 | 74 |
| Binary | 10110110 | 10001011 | 1111011 | 0 | 11000 | 100000 | 11101 | 10000 | 11101 | 111100 |
Color Harmonies of #B68B7B
Complementary color
Monochromatic Colors of #B68B7B
Black with #B68B7B
Text Example
Text Example
White with #B68B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68B7B; }
p { color: rgb(182,139,123); }
H1.HeaderClassName
{
color: #B68B7B;
}
.AnyTagClassName
{
color: #B68B7B;
}
</style>
background-color css
<style>
a { background-color: #B68B7B; }
a { background-color: rgb(182,139,123); }
div.DivClassName
{
background-color: #B68B7B;
}
.BgClassName
{
background-color: #B68B7B;
}
</style>
border-color css
<style>
span { border-color: #B68B7B; }
span { border-color: rgb(182,139,123); }
td.TdClassName
{
border-color: #B68B7B;
}
.TagClassName
{
border-color: #B68B7B;
}
</style>