Shades of Brandy Rose #B68077
Tints of Brandy Rose #B68077
RGB
CMYK
RGB Variations
Color information
#B68077 (or 0xB68077) is known color: Brandy Rose. HEX triplet: B6, 80 and 77. RGB value is (182,128,119). Sum of RGB (Red+Green+Blue) = 182+128+119=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B68077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68077 is #497F88. Grayscale: #8F8F8F. Windows color (decimal): -4816777 or 7831734. OLE color: 7831734.
HSL color Cylindrical-coordinate representation of color #B68077: hue angle of 8.57º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B68077 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 128 | 119 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.29 |
| HSL | 8.57º | 0.3% | 0.59% | - |
| HSV(B) | 8.57º | 0.35% | 0.71% | - |
| XYZ | 30.34 | 26.72 | 21.01 | - |
| YUV | 143.12 | 114.39 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 119 | 0 | 0.30 | 0.35 | 0.29 | 8.57 | 0.3 | 0.59 |
| Hex | B6 | 80 | 77 | 0 | 1E | 23 | 1D | 9 | 1E | 3B |
| Octal | 266 | 200 | 167 | 0 | 36 | 43 | 35 | 11 | 36 | 73 |
| Binary | 10110110 | 10000000 | 1110111 | 0 | 11110 | 100011 | 11101 | 1001 | 11110 | 111011 |
Color Harmonies of #B68077
Complementary color
Monochromatic Colors of #B68077
Black with #B68077
Text Example
Text Example
White with #B68077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68077; }
p { color: rgb(182,128,119); }
H1.HeaderClassName
{
color: #B68077;
}
.AnyTagClassName
{
color: #B68077;
}
</style>
background-color css
<style>
a { background-color: #B68077; }
a { background-color: rgb(182,128,119); }
div.DivClassName
{
background-color: #B68077;
}
.BgClassName
{
background-color: #B68077;
}
</style>
border-color css
<style>
span { border-color: #B68077; }
span { border-color: rgb(182,128,119); }
td.TdClassName
{
border-color: #B68077;
}
.TagClassName
{
border-color: #B68077;
}
</style>