Shades of Brandy Rose #B38277
Tints of Brandy Rose #B38277
RGB
CMYK
RGB Variations
Color information
#B38277 (or 0xB38277) is known color: Brandy Rose. HEX triplet: B3, 82 and 77. RGB value is (179,130,119). Sum of RGB (Red+Green+Blue) = 179+130+119=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B38277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38277 is #4C7D88. Grayscale: #8F8F8F. Windows color (decimal): -5012873 or 7832243. OLE color: 7832243.
HSL color Cylindrical-coordinate representation of color #B38277: hue angle of 11º degrees, saturation: 0.28, 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 #B38277 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 130 | 119 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.30 |
| HSL | 11º | 0.28% | 0.58% | - |
| HSV(B) | 11º | 0.34% | 0.7% | - |
| XYZ | 29.9 | 26.88 | 21.07 | - |
| YUV | 143.4 | 114.23 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 130 | 119 | 0 | 0.27 | 0.34 | 0.30 | 11 | 0.28 | 0.58 |
| Hex | B3 | 82 | 77 | 0 | 1B | 22 | 1E | B | 1C | 3A |
| Octal | 263 | 202 | 167 | 0 | 33 | 42 | 36 | 13 | 34 | 72 |
| Binary | 10110011 | 10000010 | 1110111 | 0 | 11011 | 100010 | 11110 | 1011 | 11100 | 111010 |
Color Harmonies of #B38277
Complementary color
Monochromatic Colors of #B38277
Black with #B38277
Text Example
Text Example
White with #B38277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38277; }
p { color: rgb(179,130,119); }
H1.HeaderClassName
{
color: #B38277;
}
.AnyTagClassName
{
color: #B38277;
}
</style>
background-color css
<style>
a { background-color: #B38277; }
a { background-color: rgb(179,130,119); }
div.DivClassName
{
background-color: #B38277;
}
.BgClassName
{
background-color: #B38277;
}
</style>
border-color css
<style>
span { border-color: #B38277; }
span { border-color: rgb(179,130,119); }
td.TdClassName
{
border-color: #B38277;
}
.TagClassName
{
border-color: #B38277;
}
</style>