Shades of Brandy Rose #B38575
Tints of Brandy Rose #B38575
RGB
CMYK
RGB Variations
Color information
#B38575 (or 0xB38575) is known color: Brandy Rose. HEX triplet: B3, 85 and 75. RGB value is (179,133,117). Sum of RGB (Red+Green+Blue) = 179+133+117=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B38575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38575 is #4C7A8A. Grayscale: #919191. Windows color (decimal): -5012107 or 7701939. OLE color: 7701939.
HSL color Cylindrical-coordinate representation of color #B38575: hue angle of 15.48º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B38575 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 133 | 117 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.30 |
| HSL | 15.48º | 0.29% | 0.58% | - |
| HSV(B) | 15.48º | 0.35% | 0.7% | - |
| XYZ | 30.19 | 27.64 | 20.57 | - |
| YUV | 144.93 | 112.24 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 133 | 117 | 0 | 0.26 | 0.35 | 0.30 | 15.48 | 0.29 | 0.58 |
| Hex | B3 | 85 | 75 | 0 | 1A | 23 | 1E | F | 1D | 3A |
| Octal | 263 | 205 | 165 | 0 | 32 | 43 | 36 | 17 | 35 | 72 |
| Binary | 10110011 | 10000101 | 1110101 | 0 | 11010 | 100011 | 11110 | 1111 | 11101 | 111010 |
Color Harmonies of #B38575
Complementary color
Monochromatic Colors of #B38575
Black with #B38575
Text Example
Text Example
White with #B38575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38575; }
p { color: rgb(179,133,117); }
H1.HeaderClassName
{
color: #B38575;
}
.AnyTagClassName
{
color: #B38575;
}
</style>
background-color css
<style>
a { background-color: #B38575; }
a { background-color: rgb(179,133,117); }
div.DivClassName
{
background-color: #B38575;
}
.BgClassName
{
background-color: #B38575;
}
</style>
border-color css
<style>
span { border-color: #B38575; }
span { border-color: rgb(179,133,117); }
td.TdClassName
{
border-color: #B38575;
}
.TagClassName
{
border-color: #B38575;
}
</style>