Shades of Brandy Rose #B08A7B
Tints of Brandy Rose #B08A7B
RGB
CMYK
RGB Variations
Color information
#B08A7B (or 0xB08A7B) is known color: Brandy Rose. HEX triplet: B0, 8A and 7B. RGB value is (176,138,123). Sum of RGB (Red+Green+Blue) = 176+138+123=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08A7B is #4F7584. Grayscale: #939393. Windows color (decimal): -5207429 or 8096432. OLE color: 8096432.
HSL color Cylindrical-coordinate representation of color #B08A7B: hue angle of 16.98º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B08A7B is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 138 | 123 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.31 |
| HSL | 16.98º | 0.25% | 0.59% | - |
| HSV(B) | 16.98º | 0.3% | 0.69% | - |
| XYZ | 30.57 | 28.84 | 22.69 | - |
| YUV | 147.65 | 114.09 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 123 | 0 | 0.22 | 0.30 | 0.31 | 16.98 | 0.25 | 0.59 |
| Hex | B0 | 8A | 7B | 0 | 16 | 1E | 1F | 11 | 19 | 3B |
| Octal | 260 | 212 | 173 | 0 | 26 | 36 | 37 | 21 | 31 | 73 |
| Binary | 10110000 | 10001010 | 1111011 | 0 | 10110 | 11110 | 11111 | 10001 | 11001 | 111011 |
Color Harmonies of #B08A7B
Complementary color
Monochromatic Colors of #B08A7B
Black with #B08A7B
Text Example
Text Example
White with #B08A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08A7B; }
p { color: rgb(176,138,123); }
H1.HeaderClassName
{
color: #B08A7B;
}
.AnyTagClassName
{
color: #B08A7B;
}
</style>
background-color css
<style>
a { background-color: #B08A7B; }
a { background-color: rgb(176,138,123); }
div.DivClassName
{
background-color: #B08A7B;
}
.BgClassName
{
background-color: #B08A7B;
}
</style>
border-color css
<style>
span { border-color: #B08A7B; }
span { border-color: rgb(176,138,123); }
td.TdClassName
{
border-color: #B08A7B;
}
.TagClassName
{
border-color: #B08A7B;
}
</style>