Shades of Brandy Rose #B1817A
Tints of Brandy Rose #B1817A
RGB
CMYK
RGB Variations
Color information
#B1817A (or 0xB1817A) is known color: Brandy Rose. HEX triplet: B1, 81 and 7A. RGB value is (177,129,122). Sum of RGB (Red+Green+Blue) = 177+129+122=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B1817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1817A is #4E7E85. Grayscale: #8E8E8E. Windows color (decimal): -5144198 or 8028593. OLE color: 8028593.
HSL color Cylindrical-coordinate representation of color #B1817A: hue angle of 7.64º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1817A is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 129 | 122 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.31 |
| HSL | 7.64º | 0.26% | 0.59% | - |
| HSV(B) | 7.64º | 0.31% | 0.69% | - |
| XYZ | 29.49 | 26.45 | 21.96 | - |
| YUV | 142.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 122 | 0 | 0.27 | 0.31 | 0.31 | 7.64 | 0.26 | 0.59 |
| Hex | B1 | 81 | 7A | 0 | 1B | 1F | 1F | 8 | 1A | 3B |
| Octal | 261 | 201 | 172 | 0 | 33 | 37 | 37 | 10 | 32 | 73 |
| Binary | 10110001 | 10000001 | 1111010 | 0 | 11011 | 11111 | 11111 | 1000 | 11010 | 111011 |
Color Harmonies of #B1817A
Complementary color
Monochromatic Colors of #B1817A
Black with #B1817A
Text Example
Text Example
White with #B1817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1817A; }
p { color: rgb(177,129,122); }
H1.HeaderClassName
{
color: #B1817A;
}
.AnyTagClassName
{
color: #B1817A;
}
</style>
background-color css
<style>
a { background-color: #B1817A; }
a { background-color: rgb(177,129,122); }
div.DivClassName
{
background-color: #B1817A;
}
.BgClassName
{
background-color: #B1817A;
}
</style>
border-color css
<style>
span { border-color: #B1817A; }
span { border-color: rgb(177,129,122); }
td.TdClassName
{
border-color: #B1817A;
}
.TagClassName
{
border-color: #B1817A;
}
</style>