Shades of Brandy Rose #B27B7A
Tints of Brandy Rose #B27B7A
RGB
CMYK
RGB Variations
Color information
#B27B7A (or 0xB27B7A) is known color: Brandy Rose. HEX triplet: B2, 7B and 7A. RGB value is (178,123,122). Sum of RGB (Red+Green+Blue) = 178+123+122=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27B7A is #4D8485. Grayscale: #8B8B8B. Windows color (decimal): -5080198 or 8027058. OLE color: 8027058.
HSL color Cylindrical-coordinate representation of color #B27B7A: hue angle of 1.07º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B27B7A is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 123 | 122 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.30 |
| HSL | 1.07º | 0.27% | 0.59% | - |
| HSV(B) | 1.07º | 0.31% | 0.7% | - |
| XYZ | 28.96 | 25.04 | 21.72 | - |
| YUV | 139.33 | 118.22 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 122 | 0 | 0.31 | 0.31 | 0.30 | 1.07 | 0.27 | 0.59 |
| Hex | B2 | 7B | 7A | 0 | 1F | 1F | 1E | 1 | 1B | 3B |
| Octal | 262 | 173 | 172 | 0 | 37 | 37 | 36 | 1 | 33 | 73 |
| Binary | 10110010 | 1111011 | 1111010 | 0 | 11111 | 11111 | 11110 | 1 | 11011 | 111011 |
Color Harmonies of #B27B7A
Complementary color
Monochromatic Colors of #B27B7A
Black with #B27B7A
Text Example
Text Example
White with #B27B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27B7A; }
p { color: rgb(178,123,122); }
H1.HeaderClassName
{
color: #B27B7A;
}
.AnyTagClassName
{
color: #B27B7A;
}
</style>
background-color css
<style>
a { background-color: #B27B7A; }
a { background-color: rgb(178,123,122); }
div.DivClassName
{
background-color: #B27B7A;
}
.BgClassName
{
background-color: #B27B7A;
}
</style>
border-color css
<style>
span { border-color: #B27B7A; }
span { border-color: rgb(178,123,122); }
td.TdClassName
{
border-color: #B27B7A;
}
.TagClassName
{
border-color: #B27B7A;
}
</style>