Shades of Brandy Rose #B67B6D
Tints of Brandy Rose #B67B6D
RGB
CMYK
RGB Variations
Color information
#B67B6D (or 0xB67B6D) is known color: Brandy Rose. HEX triplet: B6, 7B and 6D. RGB value is (182,123,109). Sum of RGB (Red+Green+Blue) = 182+123+109=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67B6D is #498492. Grayscale: #8B8B8B. Windows color (decimal): -4818067 or 7175094. OLE color: 7175094.
HSL color Cylindrical-coordinate representation of color #B67B6D: hue angle of 11.51º 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 #B67B6D is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 123 | 109 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.29 |
| HSL | 11.51º | 0.33% | 0.57% | - |
| HSV(B) | 11.51º | 0.4% | 0.71% | - |
| XYZ | 29.13 | 25.22 | 17.8 | - |
| YUV | 139.05 | 111.05 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 123 | 109 | 0 | 0.32 | 0.40 | 0.29 | 11.51 | 0.33 | 0.57 |
| Hex | B6 | 7B | 6D | 0 | 20 | 28 | 1D | C | 21 | 39 |
| Octal | 266 | 173 | 155 | 0 | 40 | 50 | 35 | 14 | 41 | 71 |
| Binary | 10110110 | 1111011 | 1101101 | 0 | 100000 | 101000 | 11101 | 1100 | 100001 | 111001 |
Color Harmonies of #B67B6D
Complementary color
Monochromatic Colors of #B67B6D
Black with #B67B6D
Text Example
Text Example
White with #B67B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67B6D; }
p { color: rgb(182,123,109); }
H1.HeaderClassName
{
color: #B67B6D;
}
.AnyTagClassName
{
color: #B67B6D;
}
</style>
background-color css
<style>
a { background-color: #B67B6D; }
a { background-color: rgb(182,123,109); }
div.DivClassName
{
background-color: #B67B6D;
}
.BgClassName
{
background-color: #B67B6D;
}
</style>
border-color css
<style>
span { border-color: #B67B6D; }
span { border-color: rgb(182,123,109); }
td.TdClassName
{
border-color: #B67B6D;
}
.TagClassName
{
border-color: #B67B6D;
}
</style>