Shades of Brandy Rose #B67A70
Tints of Brandy Rose #B67A70
RGB
CMYK
RGB Variations
Color information
#B67A70 (or 0xB67A70) is known color: Brandy Rose. HEX triplet: B6, 7A and 70. RGB value is (182,122,112). Sum of RGB (Red+Green+Blue) = 182+122+112=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67A70 is #49858F. Grayscale: #8A8A8A. Windows color (decimal): -4818320 or 7371446. OLE color: 7371446.
HSL color Cylindrical-coordinate representation of color #B67A70: hue angle of 8.57º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B67A70 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 122 | 112 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.29 |
| HSL | 8.57º | 0.32% | 0.58% | - |
| HSV(B) | 8.57º | 0.38% | 0.71% | - |
| XYZ | 29.18 | 25.03 | 18.62 | - |
| YUV | 138.8 | 112.88 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 122 | 112 | 0 | 0.33 | 0.38 | 0.29 | 8.57 | 0.32 | 0.58 |
| Hex | B6 | 7A | 70 | 0 | 21 | 26 | 1D | 9 | 20 | 3A |
| Octal | 266 | 172 | 160 | 0 | 41 | 46 | 35 | 11 | 40 | 72 |
| Binary | 10110110 | 1111010 | 1110000 | 0 | 100001 | 100110 | 11101 | 1001 | 100000 | 111010 |
Color Harmonies of #B67A70
Complementary color
Monochromatic Colors of #B67A70
Black with #B67A70
Text Example
Text Example
White with #B67A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67A70; }
p { color: rgb(182,122,112); }
H1.HeaderClassName
{
color: #B67A70;
}
.AnyTagClassName
{
color: #B67A70;
}
</style>
background-color css
<style>
a { background-color: #B67A70; }
a { background-color: rgb(182,122,112); }
div.DivClassName
{
background-color: #B67A70;
}
.BgClassName
{
background-color: #B67A70;
}
</style>
border-color css
<style>
span { border-color: #B67A70; }
span { border-color: rgb(182,122,112); }
td.TdClassName
{
border-color: #B67A70;
}
.TagClassName
{
border-color: #B67A70;
}
</style>