Shades of Brandy Rose #B68074
Tints of Brandy Rose #B68074
RGB
CMYK
RGB Variations
Color information
#B68074 (or 0xB68074) is known color: Brandy Rose. HEX triplet: B6, 80 and 74. RGB value is (182,128,116). Sum of RGB (Red+Green+Blue) = 182+128+116=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B68074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68074 is #497F8B. Grayscale: #8E8E8E. Windows color (decimal): -4816780 or 7635126. OLE color: 7635126.
HSL color Cylindrical-coordinate representation of color #B68074: hue angle of 10.91º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B68074 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 128 | 116 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.29 |
| HSL | 10.91º | 0.31% | 0.58% | - |
| HSV(B) | 10.91º | 0.36% | 0.71% | - |
| XYZ | 30.16 | 26.64 | 20.08 | - |
| YUV | 142.78 | 112.89 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 116 | 0 | 0.30 | 0.36 | 0.29 | 10.91 | 0.31 | 0.58 |
| Hex | B6 | 80 | 74 | 0 | 1E | 24 | 1D | B | 1F | 3A |
| Octal | 266 | 200 | 164 | 0 | 36 | 44 | 35 | 13 | 37 | 72 |
| Binary | 10110110 | 10000000 | 1110100 | 0 | 11110 | 100100 | 11101 | 1011 | 11111 | 111010 |
Color Harmonies of #B68074
Complementary color
Monochromatic Colors of #B68074
Black with #B68074
Text Example
Text Example
White with #B68074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68074; }
p { color: rgb(182,128,116); }
H1.HeaderClassName
{
color: #B68074;
}
.AnyTagClassName
{
color: #B68074;
}
</style>
background-color css
<style>
a { background-color: #B68074; }
a { background-color: rgb(182,128,116); }
div.DivClassName
{
background-color: #B68074;
}
.BgClassName
{
background-color: #B68074;
}
</style>
border-color css
<style>
span { border-color: #B68074; }
span { border-color: rgb(182,128,116); }
td.TdClassName
{
border-color: #B68074;
}
.TagClassName
{
border-color: #B68074;
}
</style>