Shades of Brandy Rose #B28C7F
Tints of Brandy Rose #B28C7F
RGB
CMYK
RGB Variations
Color information
#B28C7F (or 0xB28C7F) is known color: Brandy Rose. HEX triplet: B2, 8C and 7F. RGB value is (178,140,127). Sum of RGB (Red+Green+Blue) = 178+140+127=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28C7F is #4D7380. Grayscale: #959595. Windows color (decimal): -5075841 or 8359090. OLE color: 8359090.
HSL color Cylindrical-coordinate representation of color #B28C7F: hue angle of 15.29º 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 #B28C7F is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 140 | 127 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.30 |
| HSL | 15.29º | 0.25% | 0.6% | - |
| HSV(B) | 15.29º | 0.29% | 0.7% | - |
| XYZ | 31.57 | 29.75 | 24.16 | - |
| YUV | 149.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 127 | 0 | 0.21 | 0.29 | 0.30 | 15.29 | 0.25 | 0.6 |
| Hex | B2 | 8C | 7F | 0 | 15 | 1D | 1E | F | 19 | 3C |
| Octal | 262 | 214 | 177 | 0 | 25 | 35 | 36 | 17 | 31 | 74 |
| Binary | 10110010 | 10001100 | 1111111 | 0 | 10101 | 11101 | 11110 | 1111 | 11001 | 111100 |
Color Harmonies of #B28C7F
Complementary color
Monochromatic Colors of #B28C7F
Black with #B28C7F
Text Example
Text Example
White with #B28C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28C7F; }
p { color: rgb(178,140,127); }
H1.HeaderClassName
{
color: #B28C7F;
}
.AnyTagClassName
{
color: #B28C7F;
}
</style>
background-color css
<style>
a { background-color: #B28C7F; }
a { background-color: rgb(178,140,127); }
div.DivClassName
{
background-color: #B28C7F;
}
.BgClassName
{
background-color: #B28C7F;
}
</style>
border-color css
<style>
span { border-color: #B28C7F; }
span { border-color: rgb(178,140,127); }
td.TdClassName
{
border-color: #B28C7F;
}
.TagClassName
{
border-color: #B28C7F;
}
</style>