Shades of Brandy Rose #BD8378
Tints of Brandy Rose #BD8378
RGB
CMYK
RGB Variations
Color information
#BD8378 (or 0xBD8378) is known color: Brandy Rose. HEX triplet: BD, 83 and 78. RGB value is (189,131,120). Sum of RGB (Red+Green+Blue) = 189+131+120=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8378 is #427C87. Grayscale: #939393. Windows color (decimal): -4357256 or 7898045. OLE color: 7898045.
HSL color Cylindrical-coordinate representation of color #BD8378: hue angle of 9.57º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD8378 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 131 | 120 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.26 |
| HSL | 9.57º | 0.34% | 0.61% | - |
| HSV(B) | 9.57º | 0.37% | 0.74% | - |
| XYZ | 32.49 | 28.41 | 21.54 | - |
| YUV | 147.09 | 112.72 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 120 | 0 | 0.31 | 0.37 | 0.26 | 9.57 | 0.34 | 0.61 |
| Hex | BD | 83 | 78 | 0 | 1F | 25 | 1A | A | 22 | 3D |
| Octal | 275 | 203 | 170 | 0 | 37 | 45 | 32 | 12 | 42 | 75 |
| Binary | 10111101 | 10000011 | 1111000 | 0 | 11111 | 100101 | 11010 | 1010 | 100010 | 111101 |
Color Harmonies of #BD8378
Complementary color
Monochromatic Colors of #BD8378
Black with #BD8378
Text Example
Text Example
White with #BD8378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8378; }
p { color: rgb(189,131,120); }
H1.HeaderClassName
{
color: #BD8378;
}
.AnyTagClassName
{
color: #BD8378;
}
</style>
background-color css
<style>
a { background-color: #BD8378; }
a { background-color: rgb(189,131,120); }
div.DivClassName
{
background-color: #BD8378;
}
.BgClassName
{
background-color: #BD8378;
}
</style>
border-color css
<style>
span { border-color: #BD8378; }
span { border-color: rgb(189,131,120); }
td.TdClassName
{
border-color: #BD8378;
}
.TagClassName
{
border-color: #BD8378;
}
</style>