Shades of Brandy Rose #B27D6E
Tints of Brandy Rose #B27D6E
RGB
CMYK
RGB Variations
Color information
#B27D6E (or 0xB27D6E) is known color: Brandy Rose. HEX triplet: B2, 7D and 6E. RGB value is (178,125,110). Sum of RGB (Red+Green+Blue) = 178+125+110=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27D6E is #4D8291. Grayscale: #8B8B8B. Windows color (decimal): -5079698 or 7241138. OLE color: 7241138.
HSL color Cylindrical-coordinate representation of color #B27D6E: hue angle of 13.24º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B27D6E is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 125 | 110 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.30 |
| HSL | 13.24º | 0.31% | 0.56% | - |
| HSV(B) | 13.24º | 0.38% | 0.7% | - |
| XYZ | 28.51 | 25.26 | 18.12 | - |
| YUV | 139.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 125 | 110 | 0 | 0.30 | 0.38 | 0.30 | 13.24 | 0.31 | 0.56 |
| Hex | B2 | 7D | 6E | 0 | 1E | 26 | 1E | D | 1F | 38 |
| Octal | 262 | 175 | 156 | 0 | 36 | 46 | 36 | 15 | 37 | 70 |
| Binary | 10110010 | 1111101 | 1101110 | 0 | 11110 | 100110 | 11110 | 1101 | 11111 | 111000 |
Color Harmonies of #B27D6E
Complementary color
Monochromatic Colors of #B27D6E
Black with #B27D6E
Text Example
Text Example
White with #B27D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27D6E; }
p { color: rgb(178,125,110); }
H1.HeaderClassName
{
color: #B27D6E;
}
.AnyTagClassName
{
color: #B27D6E;
}
</style>
background-color css
<style>
a { background-color: #B27D6E; }
a { background-color: rgb(178,125,110); }
div.DivClassName
{
background-color: #B27D6E;
}
.BgClassName
{
background-color: #B27D6E;
}
</style>
border-color css
<style>
span { border-color: #B27D6E; }
span { border-color: rgb(178,125,110); }
td.TdClassName
{
border-color: #B27D6E;
}
.TagClassName
{
border-color: #B27D6E;
}
</style>