Shades of Brandy Rose #B27C72
Tints of Brandy Rose #B27C72
RGB
CMYK
RGB Variations
Color information
#B27C72 (or 0xB27C72) is known color: Brandy Rose. HEX triplet: B2, 7C and 72. RGB value is (178,124,114). Sum of RGB (Red+Green+Blue) = 178+124+114=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27C72 is #4D838D. Grayscale: #8B8B8B. Windows color (decimal): -5079950 or 7503026. OLE color: 7503026.
HSL color Cylindrical-coordinate representation of color #B27C72: hue angle of 9.38º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B27C72 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 124 | 114 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.30 |
| HSL | 9.38º | 0.29% | 0.57% | - |
| HSV(B) | 9.38º | 0.36% | 0.7% | - |
| XYZ | 28.61 | 25.1 | 19.26 | - |
| YUV | 139.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 124 | 114 | 0 | 0.30 | 0.36 | 0.30 | 9.38 | 0.29 | 0.57 |
| Hex | B2 | 7C | 72 | 0 | 1E | 24 | 1E | 9 | 1D | 39 |
| Octal | 262 | 174 | 162 | 0 | 36 | 44 | 36 | 11 | 35 | 71 |
| Binary | 10110010 | 1111100 | 1110010 | 0 | 11110 | 100100 | 11110 | 1001 | 11101 | 111001 |
Color Harmonies of #B27C72
Complementary color
Monochromatic Colors of #B27C72
Black with #B27C72
Text Example
Text Example
White with #B27C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27C72; }
p { color: rgb(178,124,114); }
H1.HeaderClassName
{
color: #B27C72;
}
.AnyTagClassName
{
color: #B27C72;
}
</style>
background-color css
<style>
a { background-color: #B27C72; }
a { background-color: rgb(178,124,114); }
div.DivClassName
{
background-color: #B27C72;
}
.BgClassName
{
background-color: #B27C72;
}
</style>
border-color css
<style>
span { border-color: #B27C72; }
span { border-color: rgb(178,124,114); }
td.TdClassName
{
border-color: #B27C72;
}
.TagClassName
{
border-color: #B27C72;
}
</style>