Shades of Brandy Rose #B67B7A
Tints of Brandy Rose #B67B7A
RGB
CMYK
RGB Variations
Color information
#B67B7A (or 0xB67B7A) is known color: Brandy Rose. HEX triplet: B6, 7B and 7A. RGB value is (182,123,122). Sum of RGB (Red+Green+Blue) = 182+123+122=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67B7A is #498485. Grayscale: #8C8C8C. Windows color (decimal): -4818054 or 8027062. OLE color: 8027062.
HSL color Cylindrical-coordinate representation of color #B67B7A: hue angle of 1º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B67B7A is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 123 | 122 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.29 |
| HSL | 1º | 0.29% | 0.6% | - |
| HSV(B) | 1º | 0.33% | 0.71% | - |
| XYZ | 29.89 | 25.52 | 21.76 | - |
| YUV | 140.53 | 117.55 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 123 | 122 | 0 | 0.32 | 0.33 | 0.29 | 1 | 0.29 | 0.6 |
| Hex | B6 | 7B | 7A | 0 | 20 | 21 | 1D | 1 | 1D | 3C |
| Octal | 266 | 173 | 172 | 0 | 40 | 41 | 35 | 1 | 35 | 74 |
| Binary | 10110110 | 1111011 | 1111010 | 0 | 100000 | 100001 | 11101 | 1 | 11101 | 111100 |
Color Harmonies of #B67B7A
Complementary color
Monochromatic Colors of #B67B7A
Black with #B67B7A
Text Example
Text Example
White with #B67B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67B7A; }
p { color: rgb(182,123,122); }
H1.HeaderClassName
{
color: #B67B7A;
}
.AnyTagClassName
{
color: #B67B7A;
}
</style>
background-color css
<style>
a { background-color: #B67B7A; }
a { background-color: rgb(182,123,122); }
div.DivClassName
{
background-color: #B67B7A;
}
.BgClassName
{
background-color: #B67B7A;
}
</style>
border-color css
<style>
span { border-color: #B67B7A; }
span { border-color: rgb(182,123,122); }
td.TdClassName
{
border-color: #B67B7A;
}
.TagClassName
{
border-color: #B67B7A;
}
</style>