Shades of Brandy Rose #B3807B
Tints of Brandy Rose #B3807B
RGB
CMYK
RGB Variations
Color information
#B3807B (or 0xB3807B) is known color: Brandy Rose. HEX triplet: B3, 80 and 7B. RGB value is (179,128,123). Sum of RGB (Red+Green+Blue) = 179+128+123=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B3807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3807B is #4C7F84. Grayscale: #8E8E8E. Windows color (decimal): -5013381 or 8093875. OLE color: 8093875.
HSL color Cylindrical-coordinate representation of color #B3807B: hue angle of 5.36º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3807B is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 128 | 123 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.30 |
| HSL | 5.36º | 0.27% | 0.59% | - |
| HSV(B) | 5.36º | 0.31% | 0.7% | - |
| XYZ | 29.88 | 26.45 | 22.27 | - |
| YUV | 142.68 | 116.9 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 128 | 123 | 0 | 0.28 | 0.31 | 0.30 | 5.36 | 0.27 | 0.59 |
| Hex | B3 | 80 | 7B | 0 | 1C | 1F | 1E | 5 | 1B | 3B |
| Octal | 263 | 200 | 173 | 0 | 34 | 37 | 36 | 5 | 33 | 73 |
| Binary | 10110011 | 10000000 | 1111011 | 0 | 11100 | 11111 | 11110 | 101 | 11011 | 111011 |
Color Harmonies of #B3807B
Complementary color
Monochromatic Colors of #B3807B
Black with #B3807B
Text Example
Text Example
White with #B3807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3807B; }
p { color: rgb(179,128,123); }
H1.HeaderClassName
{
color: #B3807B;
}
.AnyTagClassName
{
color: #B3807B;
}
</style>
background-color css
<style>
a { background-color: #B3807B; }
a { background-color: rgb(179,128,123); }
div.DivClassName
{
background-color: #B3807B;
}
.BgClassName
{
background-color: #B3807B;
}
</style>
border-color css
<style>
span { border-color: #B3807B; }
span { border-color: rgb(179,128,123); }
td.TdClassName
{
border-color: #B3807B;
}
.TagClassName
{
border-color: #B3807B;
}
</style>