Shades of Brandy Rose #B27D6D
Tints of Brandy Rose #B27D6D
RGB
CMYK
RGB Variations
Color information
#B27D6D (or 0xB27D6D) is known color: Brandy Rose. HEX triplet: B2, 7D and 6D. RGB value is (178,125,109). Sum of RGB (Red+Green+Blue) = 178+125+109=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27D6D is #4D8292. Grayscale: #8B8B8B. Windows color (decimal): -5079699 or 7175602. OLE color: 7175602.
HSL color Cylindrical-coordinate representation of color #B27D6D: hue angle of 13.91º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B27D6D is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 125 | 109 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.30 |
| HSL | 13.91º | 0.31% | 0.56% | - |
| HSV(B) | 13.91º | 0.39% | 0.7% | - |
| XYZ | 28.45 | 25.24 | 17.84 | - |
| YUV | 139.02 | 111.06 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 125 | 109 | 0 | 0.30 | 0.39 | 0.30 | 13.91 | 0.31 | 0.56 |
| Hex | B2 | 7D | 6D | 0 | 1E | 27 | 1E | E | 1F | 38 |
| Octal | 262 | 175 | 155 | 0 | 36 | 47 | 36 | 16 | 37 | 70 |
| Binary | 10110010 | 1111101 | 1101101 | 0 | 11110 | 100111 | 11110 | 1110 | 11111 | 111000 |
Color Harmonies of #B27D6D
Complementary color
Monochromatic Colors of #B27D6D
Black with #B27D6D
Text Example
Text Example
White with #B27D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27D6D; }
p { color: rgb(178,125,109); }
H1.HeaderClassName
{
color: #B27D6D;
}
.AnyTagClassName
{
color: #B27D6D;
}
</style>
background-color css
<style>
a { background-color: #B27D6D; }
a { background-color: rgb(178,125,109); }
div.DivClassName
{
background-color: #B27D6D;
}
.BgClassName
{
background-color: #B27D6D;
}
</style>
border-color css
<style>
span { border-color: #B27D6D; }
span { border-color: rgb(178,125,109); }
td.TdClassName
{
border-color: #B27D6D;
}
.TagClassName
{
border-color: #B27D6D;
}
</style>