Shades of Brandy Rose #B3827B
Tints of Brandy Rose #B3827B
RGB
CMYK
RGB Variations
Color information
#B3827B (or 0xB3827B) is known color: Brandy Rose. HEX triplet: B3, 82 and 7B. RGB value is (179,130,123). Sum of RGB (Red+Green+Blue) = 179+130+123=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B3827B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3827B is #4C7D84. Grayscale: #8F8F8F. Windows color (decimal): -5012869 or 8094387. OLE color: 8094387.
HSL color Cylindrical-coordinate representation of color #B3827B: hue angle of 7.5º 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 #B3827B is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 130 | 123 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.30 |
| HSL | 7.5º | 0.27% | 0.59% | - |
| HSV(B) | 7.5º | 0.31% | 0.7% | - |
| XYZ | 30.15 | 26.98 | 22.36 | - |
| YUV | 143.85 | 116.23 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 130 | 123 | 0 | 0.27 | 0.31 | 0.30 | 7.5 | 0.27 | 0.59 |
| Hex | B3 | 82 | 7B | 0 | 1B | 1F | 1E | 8 | 1B | 3B |
| Octal | 263 | 202 | 173 | 0 | 33 | 37 | 36 | 10 | 33 | 73 |
| Binary | 10110011 | 10000010 | 1111011 | 0 | 11011 | 11111 | 11110 | 1000 | 11011 | 111011 |
Color Harmonies of #B3827B
Complementary color
Monochromatic Colors of #B3827B
Black with #B3827B
Text Example
Text Example
White with #B3827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3827B; }
p { color: rgb(179,130,123); }
H1.HeaderClassName
{
color: #B3827B;
}
.AnyTagClassName
{
color: #B3827B;
}
</style>
background-color css
<style>
a { background-color: #B3827B; }
a { background-color: rgb(179,130,123); }
div.DivClassName
{
background-color: #B3827B;
}
.BgClassName
{
background-color: #B3827B;
}
</style>
border-color css
<style>
span { border-color: #B3827B; }
span { border-color: rgb(179,130,123); }
td.TdClassName
{
border-color: #B3827B;
}
.TagClassName
{
border-color: #B3827B;
}
</style>