Shades of Brandy Rose #B27D6B
Tints of Brandy Rose #B27D6B
RGB
CMYK
RGB Variations
Color information
#B27D6B (or 0xB27D6B) is known color: Brandy Rose. HEX triplet: B2, 7D and 6B. RGB value is (178,125,107). Sum of RGB (Red+Green+Blue) = 178+125+107=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27D6B is #4D8294. Grayscale: #8A8A8A. Windows color (decimal): -5079701 or 7044530. OLE color: 7044530.
HSL color Cylindrical-coordinate representation of color #B27D6B: hue angle of 15.21º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B27D6B is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 125 | 107 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.30 |
| HSL | 15.21º | 0.32% | 0.56% | - |
| HSV(B) | 15.21º | 0.4% | 0.7% | - |
| XYZ | 28.35 | 25.19 | 17.28 | - |
| YUV | 138.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 125 | 107 | 0 | 0.30 | 0.40 | 0.30 | 15.21 | 0.32 | 0.56 |
| Hex | B2 | 7D | 6B | 0 | 1E | 28 | 1E | F | 20 | 38 |
| Octal | 262 | 175 | 153 | 0 | 36 | 50 | 36 | 17 | 40 | 70 |
| Binary | 10110010 | 1111101 | 1101011 | 0 | 11110 | 101000 | 11110 | 1111 | 100000 | 111000 |
Color Harmonies of #B27D6B
Complementary color
Monochromatic Colors of #B27D6B
Black with #B27D6B
Text Example
Text Example
White with #B27D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27D6B; }
p { color: rgb(178,125,107); }
H1.HeaderClassName
{
color: #B27D6B;
}
.AnyTagClassName
{
color: #B27D6B;
}
</style>
background-color css
<style>
a { background-color: #B27D6B; }
a { background-color: rgb(178,125,107); }
div.DivClassName
{
background-color: #B27D6B;
}
.BgClassName
{
background-color: #B27D6B;
}
</style>
border-color css
<style>
span { border-color: #B27D6B; }
span { border-color: rgb(178,125,107); }
td.TdClassName
{
border-color: #B27D6B;
}
.TagClassName
{
border-color: #B27D6B;
}
</style>