Shades of Brandy Rose #B68173
Tints of Brandy Rose #B68173
RGB
CMYK
RGB Variations
Color information
#B68173 (or 0xB68173) is known color: Brandy Rose. HEX triplet: B6, 81 and 73. RGB value is (182,129,115). Sum of RGB (Red+Green+Blue) = 182+129+115=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B68173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68173 is #497E8C. Grayscale: #8F8F8F. Windows color (decimal): -4816525 or 7569846. OLE color: 7569846.
HSL color Cylindrical-coordinate representation of color #B68173: hue angle of 12.54º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B68173 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 129 | 115 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.29 |
| HSL | 12.54º | 0.31% | 0.58% | - |
| HSV(B) | 12.54º | 0.37% | 0.71% | - |
| XYZ | 30.24 | 26.88 | 19.82 | - |
| YUV | 143.25 | 112.06 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 129 | 115 | 0 | 0.29 | 0.37 | 0.29 | 12.54 | 0.31 | 0.58 |
| Hex | B6 | 81 | 73 | 0 | 1D | 25 | 1D | D | 1F | 3A |
| Octal | 266 | 201 | 163 | 0 | 35 | 45 | 35 | 15 | 37 | 72 |
| Binary | 10110110 | 10000001 | 1110011 | 0 | 11101 | 100101 | 11101 | 1101 | 11111 | 111010 |
Color Harmonies of #B68173
Complementary color
Monochromatic Colors of #B68173
Black with #B68173
Text Example
Text Example
White with #B68173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68173; }
p { color: rgb(182,129,115); }
H1.HeaderClassName
{
color: #B68173;
}
.AnyTagClassName
{
color: #B68173;
}
</style>
background-color css
<style>
a { background-color: #B68173; }
a { background-color: rgb(182,129,115); }
div.DivClassName
{
background-color: #B68173;
}
.BgClassName
{
background-color: #B68173;
}
</style>
border-color css
<style>
span { border-color: #B68173; }
span { border-color: rgb(182,129,115); }
td.TdClassName
{
border-color: #B68173;
}
.TagClassName
{
border-color: #B68173;
}
</style>