Shades of Brandy Rose #B68680
Tints of Brandy Rose #B68680
RGB
CMYK
RGB Variations
Color information
#B68680 (or 0xB68680) is known color: Brandy Rose. HEX triplet: B6, 86 and 80. RGB value is (182,134,128). Sum of RGB (Red+Green+Blue) = 182+134+128=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B68680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68680 is #49797F. Grayscale: #939393. Windows color (decimal): -4815232 or 8423094. OLE color: 8423094.
HSL color Cylindrical-coordinate representation of color #B68680: hue angle of 6.67º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B68680 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 134 | 128 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.29 |
| HSL | 6.67º | 0.27% | 0.61% | - |
| HSV(B) | 6.67º | 0.3% | 0.71% | - |
| XYZ | 31.71 | 28.55 | 24.26 | - |
| YUV | 147.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 134 | 128 | 0 | 0.26 | 0.30 | 0.29 | 6.67 | 0.27 | 0.61 |
| Hex | B6 | 86 | 80 | 0 | 1A | 1E | 1D | 7 | 1B | 3D |
| Octal | 266 | 206 | 200 | 0 | 32 | 36 | 35 | 7 | 33 | 75 |
| Binary | 10110110 | 10000110 | 10000000 | 0 | 11010 | 11110 | 11101 | 111 | 11011 | 111101 |
Color Harmonies of #B68680
Complementary color
Monochromatic Colors of #B68680
Black with #B68680
Text Example
Text Example
White with #B68680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68680; }
p { color: rgb(182,134,128); }
H1.HeaderClassName
{
color: #B68680;
}
.AnyTagClassName
{
color: #B68680;
}
</style>
background-color css
<style>
a { background-color: #B68680; }
a { background-color: rgb(182,134,128); }
div.DivClassName
{
background-color: #B68680;
}
.BgClassName
{
background-color: #B68680;
}
</style>
border-color css
<style>
span { border-color: #B68680; }
span { border-color: rgb(182,134,128); }
td.TdClassName
{
border-color: #B68680;
}
.TagClassName
{
border-color: #B68680;
}
</style>