Shades of Brandy Rose #B68A84
Tints of Brandy Rose #B68A84
RGB
CMYK
RGB Variations
Color information
#B68A84 (or 0xB68A84) is known color: Brandy Rose. HEX triplet: B6, 8A and 84. RGB value is (182,138,132). Sum of RGB (Red+Green+Blue) = 182+138+132=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68A84 is #49757B. Grayscale: #969696. Windows color (decimal): -4814204 or 8686262. OLE color: 8686262.
HSL color Cylindrical-coordinate representation of color #B68A84: hue angle of 7.2º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B68A84 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 138 | 132 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.29 |
| HSL | 7.2º | 0.26% | 0.62% | - |
| HSV(B) | 7.2º | 0.27% | 0.71% | - |
| XYZ | 32.54 | 29.79 | 25.86 | - |
| YUV | 150.47 | 117.58 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 138 | 132 | 0 | 0.24 | 0.27 | 0.29 | 7.2 | 0.26 | 0.62 |
| Hex | B6 | 8A | 84 | 0 | 18 | 1B | 1D | 7 | 1A | 3E |
| Octal | 266 | 212 | 204 | 0 | 30 | 33 | 35 | 7 | 32 | 76 |
| Binary | 10110110 | 10001010 | 10000100 | 0 | 11000 | 11011 | 11101 | 111 | 11010 | 111110 |
Color Harmonies of #B68A84
Complementary color
Monochromatic Colors of #B68A84
Black with #B68A84
Text Example
Text Example
White with #B68A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68A84; }
p { color: rgb(182,138,132); }
H1.HeaderClassName
{
color: #B68A84;
}
.AnyTagClassName
{
color: #B68A84;
}
</style>
background-color css
<style>
a { background-color: #B68A84; }
a { background-color: rgb(182,138,132); }
div.DivClassName
{
background-color: #B68A84;
}
.BgClassName
{
background-color: #B68A84;
}
</style>
border-color css
<style>
span { border-color: #B68A84; }
span { border-color: rgb(182,138,132); }
td.TdClassName
{
border-color: #B68A84;
}
.TagClassName
{
border-color: #B68A84;
}
</style>