Shades of Brandy Rose #B68370
Tints of Brandy Rose #B68370
RGB
CMYK
RGB Variations
Color information
#B68370 (or 0xB68370) is known color: Brandy Rose. HEX triplet: B6, 83 and 70. RGB value is (182,131,112). Sum of RGB (Red+Green+Blue) = 182+131+112=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B68370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68370 is #497C8F. Grayscale: #909090. Windows color (decimal): -4816016 or 7373750. OLE color: 7373750.
HSL color Cylindrical-coordinate representation of color #B68370: hue angle of 16.29º 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 #B68370 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 131 | 112 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.29 |
| HSL | 16.29º | 0.32% | 0.58% | - |
| HSV(B) | 16.29º | 0.38% | 0.71% | - |
| XYZ | 30.33 | 27.35 | 19.01 | - |
| YUV | 144.08 | 109.9 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 131 | 112 | 0 | 0.28 | 0.38 | 0.29 | 16.29 | 0.32 | 0.58 |
| Hex | B6 | 83 | 70 | 0 | 1C | 26 | 1D | 10 | 20 | 3A |
| Octal | 266 | 203 | 160 | 0 | 34 | 46 | 35 | 20 | 40 | 72 |
| Binary | 10110110 | 10000011 | 1110000 | 0 | 11100 | 100110 | 11101 | 10000 | 100000 | 111010 |
Color Harmonies of #B68370
Complementary color
Monochromatic Colors of #B68370
Black with #B68370
Text Example
Text Example
White with #B68370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68370; }
p { color: rgb(182,131,112); }
H1.HeaderClassName
{
color: #B68370;
}
.AnyTagClassName
{
color: #B68370;
}
</style>
background-color css
<style>
a { background-color: #B68370; }
a { background-color: rgb(182,131,112); }
div.DivClassName
{
background-color: #B68370;
}
.BgClassName
{
background-color: #B68370;
}
</style>
border-color css
<style>
span { border-color: #B68370; }
span { border-color: rgb(182,131,112); }
td.TdClassName
{
border-color: #B68370;
}
.TagClassName
{
border-color: #B68370;
}
</style>