Shades of Brandy Rose #B68378
Tints of Brandy Rose #B68378
RGB
CMYK
RGB Variations
Color information
#B68378 (or 0xB68378) is known color: Brandy Rose. HEX triplet: B6, 83 and 78. RGB value is (182,131,120). Sum of RGB (Red+Green+Blue) = 182+131+120=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B68378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68378 is #497C87. Grayscale: #919191. Windows color (decimal): -4816008 or 7898038. OLE color: 7898038.
HSL color Cylindrical-coordinate representation of color #B68378: hue angle of 10.65º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B68378 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 131 | 120 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.29 |
| HSL | 10.65º | 0.3% | 0.59% | - |
| HSV(B) | 10.65º | 0.34% | 0.71% | - |
| XYZ | 30.8 | 27.53 | 21.46 | - |
| YUV | 145 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 131 | 120 | 0 | 0.28 | 0.34 | 0.29 | 10.65 | 0.3 | 0.59 |
| Hex | B6 | 83 | 78 | 0 | 1C | 22 | 1D | B | 1E | 3B |
| Octal | 266 | 203 | 170 | 0 | 34 | 42 | 35 | 13 | 36 | 73 |
| Binary | 10110110 | 10000011 | 1111000 | 0 | 11100 | 100010 | 11101 | 1011 | 11110 | 111011 |
Color Harmonies of #B68378
Complementary color
Monochromatic Colors of #B68378
Black with #B68378
Text Example
Text Example
White with #B68378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68378; }
p { color: rgb(182,131,120); }
H1.HeaderClassName
{
color: #B68378;
}
.AnyTagClassName
{
color: #B68378;
}
</style>
background-color css
<style>
a { background-color: #B68378; }
a { background-color: rgb(182,131,120); }
div.DivClassName
{
background-color: #B68378;
}
.BgClassName
{
background-color: #B68378;
}
</style>
border-color css
<style>
span { border-color: #B68378; }
span { border-color: rgb(182,131,120); }
td.TdClassName
{
border-color: #B68378;
}
.TagClassName
{
border-color: #B68378;
}
</style>