Shades of Brandy Rose #B08A7D
Tints of Brandy Rose #B08A7D
RGB
CMYK
RGB Variations
Color information
#B08A7D (or 0xB08A7D) is known color: Brandy Rose. HEX triplet: B0, 8A and 7D. RGB value is (176,138,125). Sum of RGB (Red+Green+Blue) = 176+138+125=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08A7D is #4F7582. Grayscale: #939393. Windows color (decimal): -5207427 or 8227504. OLE color: 8227504.
HSL color Cylindrical-coordinate representation of color #B08A7D: hue angle of 15.29º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B08A7D is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 138 | 125 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.31 |
| HSL | 15.29º | 0.24% | 0.59% | - |
| HSV(B) | 15.29º | 0.29% | 0.69% | - |
| XYZ | 30.69 | 28.89 | 23.36 | - |
| YUV | 147.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 125 | 0 | 0.22 | 0.29 | 0.31 | 15.29 | 0.24 | 0.59 |
| Hex | B0 | 8A | 7D | 0 | 16 | 1D | 1F | F | 18 | 3B |
| Octal | 260 | 212 | 175 | 0 | 26 | 35 | 37 | 17 | 30 | 73 |
| Binary | 10110000 | 10001010 | 1111101 | 0 | 10110 | 11101 | 11111 | 1111 | 11000 | 111011 |
Color Harmonies of #B08A7D
Complementary color
Monochromatic Colors of #B08A7D
Black with #B08A7D
Text Example
Text Example
White with #B08A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08A7D; }
p { color: rgb(176,138,125); }
H1.HeaderClassName
{
color: #B08A7D;
}
.AnyTagClassName
{
color: #B08A7D;
}
</style>
background-color css
<style>
a { background-color: #B08A7D; }
a { background-color: rgb(176,138,125); }
div.DivClassName
{
background-color: #B08A7D;
}
.BgClassName
{
background-color: #B08A7D;
}
</style>
border-color css
<style>
span { border-color: #B08A7D; }
span { border-color: rgb(176,138,125); }
td.TdClassName
{
border-color: #B08A7D;
}
.TagClassName
{
border-color: #B08A7D;
}
</style>