Shades of Brandy Rose #B78375
Tints of Brandy Rose #B78375
RGB
CMYK
RGB Variations
Color information
#B78375 (or 0xB78375) is known color: Brandy Rose. HEX triplet: B7, 83 and 75. RGB value is (183,131,117). Sum of RGB (Red+Green+Blue) = 183+131+117=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B78375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78375 is #487C8A. Grayscale: #919191. Windows color (decimal): -4750475 or 7701431. OLE color: 7701431.
HSL color Cylindrical-coordinate representation of color #B78375: hue angle of 12.73º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B78375 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 131 | 117 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.28 |
| HSL | 12.73º | 0.31% | 0.59% | - |
| HSV(B) | 12.73º | 0.36% | 0.72% | - |
| XYZ | 30.86 | 27.58 | 20.53 | - |
| YUV | 144.95 | 112.23 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 131 | 117 | 0 | 0.28 | 0.36 | 0.28 | 12.73 | 0.31 | 0.59 |
| Hex | B7 | 83 | 75 | 0 | 1C | 24 | 1C | D | 1F | 3B |
| Octal | 267 | 203 | 165 | 0 | 34 | 44 | 34 | 15 | 37 | 73 |
| Binary | 10110111 | 10000011 | 1110101 | 0 | 11100 | 100100 | 11100 | 1101 | 11111 | 111011 |
Color Harmonies of #B78375
Complementary color
Monochromatic Colors of #B78375
Black with #B78375
Text Example
Text Example
White with #B78375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78375; }
p { color: rgb(183,131,117); }
H1.HeaderClassName
{
color: #B78375;
}
.AnyTagClassName
{
color: #B78375;
}
</style>
background-color css
<style>
a { background-color: #B78375; }
a { background-color: rgb(183,131,117); }
div.DivClassName
{
background-color: #B78375;
}
.BgClassName
{
background-color: #B78375;
}
</style>
border-color css
<style>
span { border-color: #B78375; }
span { border-color: rgb(183,131,117); }
td.TdClassName
{
border-color: #B78375;
}
.TagClassName
{
border-color: #B78375;
}
</style>