Shades of Brandy Rose #B3807E
Tints of Brandy Rose #B3807E
RGB
CMYK
RGB Variations
Color information
#B3807E (or 0xB3807E) is known color: Brandy Rose. HEX triplet: B3, 80 and 7E. RGB value is (179,128,126). Sum of RGB (Red+Green+Blue) = 179+128+126=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B3807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3807E is #4C7F81. Grayscale: #8F8F8F. Windows color (decimal): -5013378 or 8290483. OLE color: 8290483.
HSL color Cylindrical-coordinate representation of color #B3807E: hue angle of 2.26º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3807E is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 128 | 126 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.30 |
| HSL | 2.26º | 0.26% | 0.6% | - |
| HSV(B) | 2.26º | 0.3% | 0.7% | - |
| XYZ | 30.08 | 26.53 | 23.27 | - |
| YUV | 143.02 | 118.4 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 128 | 126 | 0 | 0.28 | 0.30 | 0.30 | 2.26 | 0.26 | 0.6 |
| Hex | B3 | 80 | 7E | 0 | 1C | 1E | 1E | 2 | 1A | 3C |
| Octal | 263 | 200 | 176 | 0 | 34 | 36 | 36 | 2 | 32 | 74 |
| Binary | 10110011 | 10000000 | 1111110 | 0 | 11100 | 11110 | 11110 | 10 | 11010 | 111100 |
Color Harmonies of #B3807E
Complementary color
Monochromatic Colors of #B3807E
Black with #B3807E
Text Example
Text Example
White with #B3807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3807E; }
p { color: rgb(179,128,126); }
H1.HeaderClassName
{
color: #B3807E;
}
.AnyTagClassName
{
color: #B3807E;
}
</style>
background-color css
<style>
a { background-color: #B3807E; }
a { background-color: rgb(179,128,126); }
div.DivClassName
{
background-color: #B3807E;
}
.BgClassName
{
background-color: #B3807E;
}
</style>
border-color css
<style>
span { border-color: #B3807E; }
span { border-color: rgb(179,128,126); }
td.TdClassName
{
border-color: #B3807E;
}
.TagClassName
{
border-color: #B3807E;
}
</style>