Shades of Brandy Rose #B67A6D
Tints of Brandy Rose #B67A6D
RGB
CMYK
RGB Variations
Color information
#B67A6D (or 0xB67A6D) is known color: Brandy Rose. HEX triplet: B6, 7A and 6D. RGB value is (182,122,109). Sum of RGB (Red+Green+Blue) = 182+122+109=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67A6D is #498592. Grayscale: #8A8A8A. Windows color (decimal): -4818323 or 7174838. OLE color: 7174838.
HSL color Cylindrical-coordinate representation of color #B67A6D: hue angle of 10.68º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B67A6D is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 122 | 109 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.29 |
| HSL | 10.68º | 0.33% | 0.57% | - |
| HSV(B) | 10.68º | 0.4% | 0.71% | - |
| XYZ | 29.01 | 24.97 | 17.76 | - |
| YUV | 138.46 | 111.38 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 122 | 109 | 0 | 0.33 | 0.40 | 0.29 | 10.68 | 0.33 | 0.57 |
| Hex | B6 | 7A | 6D | 0 | 21 | 28 | 1D | B | 21 | 39 |
| Octal | 266 | 172 | 155 | 0 | 41 | 50 | 35 | 13 | 41 | 71 |
| Binary | 10110110 | 1111010 | 1101101 | 0 | 100001 | 101000 | 11101 | 1011 | 100001 | 111001 |
Color Harmonies of #B67A6D
Complementary color
Monochromatic Colors of #B67A6D
Black with #B67A6D
Text Example
Text Example
White with #B67A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67A6D; }
p { color: rgb(182,122,109); }
H1.HeaderClassName
{
color: #B67A6D;
}
.AnyTagClassName
{
color: #B67A6D;
}
</style>
background-color css
<style>
a { background-color: #B67A6D; }
a { background-color: rgb(182,122,109); }
div.DivClassName
{
background-color: #B67A6D;
}
.BgClassName
{
background-color: #B67A6D;
}
</style>
border-color css
<style>
span { border-color: #B67A6D; }
span { border-color: rgb(182,122,109); }
td.TdClassName
{
border-color: #B67A6D;
}
.TagClassName
{
border-color: #B67A6D;
}
</style>