Shades of Brandy Rose #B38576
Tints of Brandy Rose #B38576
RGB
CMYK
RGB Variations
Color information
#B38576 (or 0xB38576) is known color: Brandy Rose. HEX triplet: B3, 85 and 76. RGB value is (179,133,118). Sum of RGB (Red+Green+Blue) = 179+133+118=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B38576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38576 is #4C7A89. Grayscale: #919191. Windows color (decimal): -5012106 or 7767475. OLE color: 7767475.
HSL color Cylindrical-coordinate representation of color #B38576: hue angle of 14.75º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B38576 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 133 | 118 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.30 |
| HSL | 14.75º | 0.29% | 0.58% | - |
| HSV(B) | 14.75º | 0.34% | 0.7% | - |
| XYZ | 30.25 | 27.67 | 20.89 | - |
| YUV | 145.04 | 112.74 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 133 | 118 | 0 | 0.26 | 0.34 | 0.30 | 14.75 | 0.29 | 0.58 |
| Hex | B3 | 85 | 76 | 0 | 1A | 22 | 1E | F | 1D | 3A |
| Octal | 263 | 205 | 166 | 0 | 32 | 42 | 36 | 17 | 35 | 72 |
| Binary | 10110011 | 10000101 | 1110110 | 0 | 11010 | 100010 | 11110 | 1111 | 11101 | 111010 |
Color Harmonies of #B38576
Complementary color
Monochromatic Colors of #B38576
Black with #B38576
Text Example
Text Example
White with #B38576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38576; }
p { color: rgb(179,133,118); }
H1.HeaderClassName
{
color: #B38576;
}
.AnyTagClassName
{
color: #B38576;
}
</style>
background-color css
<style>
a { background-color: #B38576; }
a { background-color: rgb(179,133,118); }
div.DivClassName
{
background-color: #B38576;
}
.BgClassName
{
background-color: #B38576;
}
</style>
border-color css
<style>
span { border-color: #B38576; }
span { border-color: rgb(179,133,118); }
td.TdClassName
{
border-color: #B38576;
}
.TagClassName
{
border-color: #B38576;
}
</style>