Shades of Brandy Rose #B07B75
Tints of Brandy Rose #B07B75
RGB
CMYK
RGB Variations
Color information
#B07B75 (or 0xB07B75) is known color: Brandy Rose. HEX triplet: B0, 7B and 75. RGB value is (176,123,117). Sum of RGB (Red+Green+Blue) = 176+123+117=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B75 is #4F848A. Grayscale: #8A8A8A. Windows color (decimal): -5211275 or 7699376. OLE color: 7699376.
HSL color Cylindrical-coordinate representation of color #B07B75: hue angle of 6.1º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B07B75 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 123 | 117 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.31 |
| HSL | 6.1º | 0.27% | 0.57% | - |
| HSV(B) | 6.1º | 0.34% | 0.69% | - |
| XYZ | 28.2 | 24.68 | 20.11 | - |
| YUV | 138.16 | 116.06 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 117 | 0 | 0.30 | 0.34 | 0.31 | 6.1 | 0.27 | 0.57 |
| Hex | B0 | 7B | 75 | 0 | 1E | 22 | 1F | 6 | 1B | 39 |
| Octal | 260 | 173 | 165 | 0 | 36 | 42 | 37 | 6 | 33 | 71 |
| Binary | 10110000 | 1111011 | 1110101 | 0 | 11110 | 100010 | 11111 | 110 | 11011 | 111001 |
Color Harmonies of #B07B75
Complementary color
Monochromatic Colors of #B07B75
Black with #B07B75
Text Example
Text Example
White with #B07B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07B75; }
p { color: rgb(176,123,117); }
H1.HeaderClassName
{
color: #B07B75;
}
.AnyTagClassName
{
color: #B07B75;
}
</style>
background-color css
<style>
a { background-color: #B07B75; }
a { background-color: rgb(176,123,117); }
div.DivClassName
{
background-color: #B07B75;
}
.BgClassName
{
background-color: #B07B75;
}
</style>
border-color css
<style>
span { border-color: #B07B75; }
span { border-color: rgb(176,123,117); }
td.TdClassName
{
border-color: #B07B75;
}
.TagClassName
{
border-color: #B07B75;
}
</style>