Shades of Brandy Rose #B67A6B
Tints of Brandy Rose #B67A6B
RGB
CMYK
RGB Variations
Color information
#B67A6B (or 0xB67A6B) is known color: Brandy Rose. HEX triplet: B6, 7A and 6B. RGB value is (182,122,107). Sum of RGB (Red+Green+Blue) = 182+122+107=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67A6B is #498594. Grayscale: #8A8A8A. Windows color (decimal): -4818325 or 7043766. OLE color: 7043766.
HSL color Cylindrical-coordinate representation of color #B67A6B: hue angle of 12º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B67A6B is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 122 | 107 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.29 |
| HSL | 12º | 0.34% | 0.57% | - |
| HSV(B) | 12º | 0.41% | 0.71% | - |
| XYZ | 28.9 | 24.93 | 17.2 | - |
| YUV | 138.23 | 110.38 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 122 | 107 | 0 | 0.33 | 0.41 | 0.29 | 12 | 0.34 | 0.57 |
| Hex | B6 | 7A | 6B | 0 | 21 | 29 | 1D | C | 22 | 39 |
| Octal | 266 | 172 | 153 | 0 | 41 | 51 | 35 | 14 | 42 | 71 |
| Binary | 10110110 | 1111010 | 1101011 | 0 | 100001 | 101001 | 11101 | 1100 | 100010 | 111001 |
Color Harmonies of #B67A6B
Complementary color
Monochromatic Colors of #B67A6B
Black with #B67A6B
Text Example
Text Example
White with #B67A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67A6B; }
p { color: rgb(182,122,107); }
H1.HeaderClassName
{
color: #B67A6B;
}
.AnyTagClassName
{
color: #B67A6B;
}
</style>
background-color css
<style>
a { background-color: #B67A6B; }
a { background-color: rgb(182,122,107); }
div.DivClassName
{
background-color: #B67A6B;
}
.BgClassName
{
background-color: #B67A6B;
}
</style>
border-color css
<style>
span { border-color: #B67A6B; }
span { border-color: rgb(182,122,107); }
td.TdClassName
{
border-color: #B67A6B;
}
.TagClassName
{
border-color: #B67A6B;
}
</style>