Shades of Brandy Rose #B27F7E
Tints of Brandy Rose #B27F7E
RGB
CMYK
RGB Variations
Color information
#B27F7E (or 0xB27F7E) is known color: Brandy Rose. HEX triplet: B2, 7F and 7E. RGB value is (178,127,126). Sum of RGB (Red+Green+Blue) = 178+127+126=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27F7E is #4D8081. Grayscale: #8E8E8E. Windows color (decimal): -5079170 or 8290226. OLE color: 8290226.
HSL color Cylindrical-coordinate representation of color #B27F7E: hue angle of 1.15º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B27F7E is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 127 | 126 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.30 |
| HSL | 1.15º | 0.25% | 0.6% | - |
| HSV(B) | 1.15º | 0.29% | 0.7% | - |
| XYZ | 29.72 | 26.15 | 23.22 | - |
| YUV | 142.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 127 | 126 | 0 | 0.29 | 0.29 | 0.30 | 1.15 | 0.25 | 0.6 |
| Hex | B2 | 7F | 7E | 0 | 1D | 1D | 1E | 1 | 19 | 3C |
| Octal | 262 | 177 | 176 | 0 | 35 | 35 | 36 | 1 | 31 | 74 |
| Binary | 10110010 | 1111111 | 1111110 | 0 | 11101 | 11101 | 11110 | 1 | 11001 | 111100 |
Color Harmonies of #B27F7E
Complementary color
Monochromatic Colors of #B27F7E
Black with #B27F7E
Text Example
Text Example
White with #B27F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27F7E; }
p { color: rgb(178,127,126); }
H1.HeaderClassName
{
color: #B27F7E;
}
.AnyTagClassName
{
color: #B27F7E;
}
</style>
background-color css
<style>
a { background-color: #B27F7E; }
a { background-color: rgb(178,127,126); }
div.DivClassName
{
background-color: #B27F7E;
}
.BgClassName
{
background-color: #B27F7E;
}
</style>
border-color css
<style>
span { border-color: #B27F7E; }
span { border-color: rgb(178,127,126); }
td.TdClassName
{
border-color: #B27F7E;
}
.TagClassName
{
border-color: #B27F7E;
}
</style>