Shades of Brandy Rose #B27E7A
Tints of Brandy Rose #B27E7A
RGB
CMYK
RGB Variations
Color information
#B27E7A (or 0xB27E7A) is known color: Brandy Rose. HEX triplet: B2, 7E and 7A. RGB value is (178,126,122). Sum of RGB (Red+Green+Blue) = 178+126+122=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27E7A is #4D8185. Grayscale: #8D8D8D. Windows color (decimal): -5079430 or 8027826. OLE color: 8027826.
HSL color Cylindrical-coordinate representation of color #B27E7A: hue angle of 4.29º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B27E7A is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 126 | 122 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.30 |
| HSL | 4.29º | 0.27% | 0.59% | - |
| HSV(B) | 4.29º | 0.31% | 0.7% | - |
| XYZ | 29.33 | 25.79 | 21.84 | - |
| YUV | 141.09 | 117.23 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 126 | 122 | 0 | 0.29 | 0.31 | 0.30 | 4.29 | 0.27 | 0.59 |
| Hex | B2 | 7E | 7A | 0 | 1D | 1F | 1E | 4 | 1B | 3B |
| Octal | 262 | 176 | 172 | 0 | 35 | 37 | 36 | 4 | 33 | 73 |
| Binary | 10110010 | 1111110 | 1111010 | 0 | 11101 | 11111 | 11110 | 100 | 11011 | 111011 |
Color Harmonies of #B27E7A
Complementary color
Monochromatic Colors of #B27E7A
Black with #B27E7A
Text Example
Text Example
White with #B27E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27E7A; }
p { color: rgb(178,126,122); }
H1.HeaderClassName
{
color: #B27E7A;
}
.AnyTagClassName
{
color: #B27E7A;
}
</style>
background-color css
<style>
a { background-color: #B27E7A; }
a { background-color: rgb(178,126,122); }
div.DivClassName
{
background-color: #B27E7A;
}
.BgClassName
{
background-color: #B27E7A;
}
</style>
border-color css
<style>
span { border-color: #B27E7A; }
span { border-color: rgb(178,126,122); }
td.TdClassName
{
border-color: #B27E7A;
}
.TagClassName
{
border-color: #B27E7A;
}
</style>