Shades of Brandy Rose #B67D6D
Tints of Brandy Rose #B67D6D
RGB
CMYK
RGB Variations
Color information
#B67D6D (or 0xB67D6D) is known color: Brandy Rose. HEX triplet: B6, 7D and 6D. RGB value is (182,125,109). Sum of RGB (Red+Green+Blue) = 182+125+109=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67D6D is #498292. Grayscale: #8C8C8C. Windows color (decimal): -4817555 or 7175606. OLE color: 7175606.
HSL color Cylindrical-coordinate representation of color #B67D6D: hue angle of 13.15º 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 #B67D6D is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 125 | 109 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.29 |
| HSL | 13.15º | 0.33% | 0.57% | - |
| HSV(B) | 13.15º | 0.4% | 0.71% | - |
| XYZ | 29.39 | 25.72 | 17.88 | - |
| YUV | 140.22 | 110.38 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 125 | 109 | 0 | 0.31 | 0.40 | 0.29 | 13.15 | 0.33 | 0.57 |
| Hex | B6 | 7D | 6D | 0 | 1F | 28 | 1D | D | 21 | 39 |
| Octal | 266 | 175 | 155 | 0 | 37 | 50 | 35 | 15 | 41 | 71 |
| Binary | 10110110 | 1111101 | 1101101 | 0 | 11111 | 101000 | 11101 | 1101 | 100001 | 111001 |
Color Harmonies of #B67D6D
Complementary color
Monochromatic Colors of #B67D6D
Black with #B67D6D
Text Example
Text Example
White with #B67D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67D6D; }
p { color: rgb(182,125,109); }
H1.HeaderClassName
{
color: #B67D6D;
}
.AnyTagClassName
{
color: #B67D6D;
}
</style>
background-color css
<style>
a { background-color: #B67D6D; }
a { background-color: rgb(182,125,109); }
div.DivClassName
{
background-color: #B67D6D;
}
.BgClassName
{
background-color: #B67D6D;
}
</style>
border-color css
<style>
span { border-color: #B67D6D; }
span { border-color: rgb(182,125,109); }
td.TdClassName
{
border-color: #B67D6D;
}
.TagClassName
{
border-color: #B67D6D;
}
</style>