Shades of Brandy Rose #B37875
Tints of Brandy Rose #B37875
RGB
CMYK
RGB Variations
Color information
#B37875 (or 0xB37875) is known color: Brandy Rose. HEX triplet: B3, 78 and 75. RGB value is (179,120,117). Sum of RGB (Red+Green+Blue) = 179+120+117=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B37875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37875 is #4C878A. Grayscale: #898989. Windows color (decimal): -5015435 or 7698611. OLE color: 7698611.
HSL color Cylindrical-coordinate representation of color #B37875: hue angle of 2.9º 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 #B37875 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 120 | 117 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.30 |
| HSL | 2.9º | 0.29% | 0.58% | - |
| HSV(B) | 2.9º | 0.35% | 0.7% | - |
| XYZ | 28.52 | 24.3 | 20.02 | - |
| YUV | 137.3 | 116.55 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 117 | 0 | 0.33 | 0.35 | 0.30 | 2.9 | 0.29 | 0.58 |
| Hex | B3 | 78 | 75 | 0 | 21 | 23 | 1E | 3 | 1D | 3A |
| Octal | 263 | 170 | 165 | 0 | 41 | 43 | 36 | 3 | 35 | 72 |
| Binary | 10110011 | 1111000 | 1110101 | 0 | 100001 | 100011 | 11110 | 11 | 11101 | 111010 |
Color Harmonies of #B37875
Complementary color
Monochromatic Colors of #B37875
Black with #B37875
Text Example
Text Example
White with #B37875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37875; }
p { color: rgb(179,120,117); }
H1.HeaderClassName
{
color: #B37875;
}
.AnyTagClassName
{
color: #B37875;
}
</style>
background-color css
<style>
a { background-color: #B37875; }
a { background-color: rgb(179,120,117); }
div.DivClassName
{
background-color: #B37875;
}
.BgClassName
{
background-color: #B37875;
}
</style>
border-color css
<style>
span { border-color: #B37875; }
span { border-color: rgb(179,120,117); }
td.TdClassName
{
border-color: #B37875;
}
.TagClassName
{
border-color: #B37875;
}
</style>