Shades of Brandy Rose #B38A7E
Tints of Brandy Rose #B38A7E
RGB
CMYK
RGB Variations
Color information
#B38A7E (or 0xB38A7E) is known color: Brandy Rose. HEX triplet: B3, 8A and 7E. RGB value is (179,138,126). Sum of RGB (Red+Green+Blue) = 179+138+126=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38A7E is #4C7581. Grayscale: #949494. Windows color (decimal): -5010818 or 8293043. OLE color: 8293043.
HSL color Cylindrical-coordinate representation of color #B38A7E: hue angle of 13.58º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B38A7E is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 138 | 126 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.30 |
| HSL | 13.58º | 0.26% | 0.6% | - |
| HSV(B) | 13.58º | 0.3% | 0.7% | - |
| XYZ | 31.44 | 29.27 | 23.73 | - |
| YUV | 148.89 | 115.08 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 138 | 126 | 0 | 0.23 | 0.30 | 0.30 | 13.58 | 0.26 | 0.6 |
| Hex | B3 | 8A | 7E | 0 | 17 | 1E | 1E | E | 1A | 3C |
| Octal | 263 | 212 | 176 | 0 | 27 | 36 | 36 | 16 | 32 | 74 |
| Binary | 10110011 | 10001010 | 1111110 | 0 | 10111 | 11110 | 11110 | 1110 | 11010 | 111100 |
Color Harmonies of #B38A7E
Complementary color
Monochromatic Colors of #B38A7E
Black with #B38A7E
Text Example
Text Example
White with #B38A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38A7E; }
p { color: rgb(179,138,126); }
H1.HeaderClassName
{
color: #B38A7E;
}
.AnyTagClassName
{
color: #B38A7E;
}
</style>
background-color css
<style>
a { background-color: #B38A7E; }
a { background-color: rgb(179,138,126); }
div.DivClassName
{
background-color: #B38A7E;
}
.BgClassName
{
background-color: #B38A7E;
}
</style>
border-color css
<style>
span { border-color: #B38A7E; }
span { border-color: rgb(179,138,126); }
td.TdClassName
{
border-color: #B38A7E;
}
.TagClassName
{
border-color: #B38A7E;
}
</style>