Shades of Brandy Rose #B3817A
Tints of Brandy Rose #B3817A
RGB
CMYK
RGB Variations
Color information
#B3817A (or 0xB3817A) is known color: Brandy Rose. HEX triplet: B3, 81 and 7A. RGB value is (179,129,122). Sum of RGB (Red+Green+Blue) = 179+129+122=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B3817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3817A is #4C7E85. Grayscale: #8F8F8F. Windows color (decimal): -5013126 or 8028595. OLE color: 8028595.
HSL color Cylindrical-coordinate representation of color #B3817A: hue angle of 7.37º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3817A is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 129 | 122 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.30 |
| HSL | 7.37º | 0.27% | 0.59% | - |
| HSV(B) | 7.37º | 0.32% | 0.7% | - |
| XYZ | 29.95 | 26.69 | 21.99 | - |
| YUV | 143.15 | 116.07 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 129 | 122 | 0 | 0.28 | 0.32 | 0.30 | 7.37 | 0.27 | 0.59 |
| Hex | B3 | 81 | 7A | 0 | 1C | 20 | 1E | 7 | 1B | 3B |
| Octal | 263 | 201 | 172 | 0 | 34 | 40 | 36 | 7 | 33 | 73 |
| Binary | 10110011 | 10000001 | 1111010 | 0 | 11100 | 100000 | 11110 | 111 | 11011 | 111011 |
Color Harmonies of #B3817A
Complementary color
Monochromatic Colors of #B3817A
Black with #B3817A
Text Example
Text Example
White with #B3817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3817A; }
p { color: rgb(179,129,122); }
H1.HeaderClassName
{
color: #B3817A;
}
.AnyTagClassName
{
color: #B3817A;
}
</style>
background-color css
<style>
a { background-color: #B3817A; }
a { background-color: rgb(179,129,122); }
div.DivClassName
{
background-color: #B3817A;
}
.BgClassName
{
background-color: #B3817A;
}
</style>
border-color css
<style>
span { border-color: #B3817A; }
span { border-color: rgb(179,129,122); }
td.TdClassName
{
border-color: #B3817A;
}
.TagClassName
{
border-color: #B3817A;
}
</style>