Shades of Brandy Rose #B38A7D
Tints of Brandy Rose #B38A7D
RGB
CMYK
RGB Variations
Color information
#B38A7D (or 0xB38A7D) is known color: Brandy Rose. HEX triplet: B3, 8A and 7D. RGB value is (179,138,125). Sum of RGB (Red+Green+Blue) = 179+138+125=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38A7D is #4C7582. Grayscale: #949494. Windows color (decimal): -5010819 or 8227507. OLE color: 8227507.
HSL color Cylindrical-coordinate representation of color #B38A7D: hue angle of 14.44º 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 #B38A7D is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 138 | 125 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.30 |
| HSL | 14.44º | 0.26% | 0.6% | - |
| HSV(B) | 14.44º | 0.3% | 0.7% | - |
| XYZ | 31.38 | 29.24 | 23.39 | - |
| YUV | 148.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 138 | 125 | 0 | 0.23 | 0.30 | 0.30 | 14.44 | 0.26 | 0.6 |
| Hex | B3 | 8A | 7D | 0 | 17 | 1E | 1E | E | 1A | 3C |
| Octal | 263 | 212 | 175 | 0 | 27 | 36 | 36 | 16 | 32 | 74 |
| Binary | 10110011 | 10001010 | 1111101 | 0 | 10111 | 11110 | 11110 | 1110 | 11010 | 111100 |
Color Harmonies of #B38A7D
Complementary color
Monochromatic Colors of #B38A7D
Black with #B38A7D
Text Example
Text Example
White with #B38A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38A7D; }
p { color: rgb(179,138,125); }
H1.HeaderClassName
{
color: #B38A7D;
}
.AnyTagClassName
{
color: #B38A7D;
}
</style>
background-color css
<style>
a { background-color: #B38A7D; }
a { background-color: rgb(179,138,125); }
div.DivClassName
{
background-color: #B38A7D;
}
.BgClassName
{
background-color: #B38A7D;
}
</style>
border-color css
<style>
span { border-color: #B38A7D; }
span { border-color: rgb(179,138,125); }
td.TdClassName
{
border-color: #B38A7D;
}
.TagClassName
{
border-color: #B38A7D;
}
</style>