Shades of Brandy Rose #B68581
Tints of Brandy Rose #B68581
RGB
CMYK
RGB Variations
Color information
#B68581 (or 0xB68581) is known color: Brandy Rose. HEX triplet: B6, 85 and 81. RGB value is (182,133,129). Sum of RGB (Red+Green+Blue) = 182+133+129=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B68581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68581 is #497A7E. Grayscale: #939393. Windows color (decimal): -4815487 or 8488374. OLE color: 8488374.
HSL color Cylindrical-coordinate representation of color #B68581: hue angle of 4.53º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B68581 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 133 | 129 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.29 |
| HSL | 4.53º | 0.27% | 0.61% | - |
| HSV(B) | 4.53º | 0.29% | 0.71% | - |
| XYZ | 31.64 | 28.31 | 24.56 | - |
| YUV | 147.2 | 117.73 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 133 | 129 | 0 | 0.27 | 0.29 | 0.29 | 4.53 | 0.27 | 0.61 |
| Hex | B6 | 85 | 81 | 0 | 1B | 1D | 1D | 5 | 1B | 3D |
| Octal | 266 | 205 | 201 | 0 | 33 | 35 | 35 | 5 | 33 | 75 |
| Binary | 10110110 | 10000101 | 10000001 | 0 | 11011 | 11101 | 11101 | 101 | 11011 | 111101 |
Color Harmonies of #B68581
Complementary color
Monochromatic Colors of #B68581
Black with #B68581
Text Example
Text Example
White with #B68581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68581; }
p { color: rgb(182,133,129); }
H1.HeaderClassName
{
color: #B68581;
}
.AnyTagClassName
{
color: #B68581;
}
</style>
background-color css
<style>
a { background-color: #B68581; }
a { background-color: rgb(182,133,129); }
div.DivClassName
{
background-color: #B68581;
}
.BgClassName
{
background-color: #B68581;
}
</style>
border-color css
<style>
span { border-color: #B68581; }
span { border-color: rgb(182,133,129); }
td.TdClassName
{
border-color: #B68581;
}
.TagClassName
{
border-color: #B68581;
}
</style>