Shades of Brandy Rose #BD8380
Tints of Brandy Rose #BD8380
RGB
CMYK
RGB Variations
Color information
#BD8380 (or 0xBD8380) is known color: Brandy Rose. HEX triplet: BD, 83 and 80. RGB value is (189,131,128). Sum of RGB (Red+Green+Blue) = 189+131+128=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8380 is #427C7F. Grayscale: #949494. Windows color (decimal): -4357248 or 8422333. OLE color: 8422333.
HSL color Cylindrical-coordinate representation of color #BD8380: hue angle of 2.95º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD8380 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 131 | 128 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.26 |
| HSL | 2.95º | 0.32% | 0.62% | - |
| HSV(B) | 2.95º | 0.32% | 0.74% | - |
| XYZ | 33 | 28.61 | 24.21 | - |
| YUV | 148 | 116.72 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 128 | 0 | 0.31 | 0.32 | 0.26 | 2.95 | 0.32 | 0.62 |
| Hex | BD | 83 | 80 | 0 | 1F | 20 | 1A | 3 | 20 | 3E |
| Octal | 275 | 203 | 200 | 0 | 37 | 40 | 32 | 3 | 40 | 76 |
| Binary | 10111101 | 10000011 | 10000000 | 0 | 11111 | 100000 | 11010 | 11 | 100000 | 111110 |
Color Harmonies of #BD8380
Complementary color
Monochromatic Colors of #BD8380
Black with #BD8380
Text Example
Text Example
White with #BD8380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8380; }
p { color: rgb(189,131,128); }
H1.HeaderClassName
{
color: #BD8380;
}
.AnyTagClassName
{
color: #BD8380;
}
</style>
background-color css
<style>
a { background-color: #BD8380; }
a { background-color: rgb(189,131,128); }
div.DivClassName
{
background-color: #BD8380;
}
.BgClassName
{
background-color: #BD8380;
}
</style>
border-color css
<style>
span { border-color: #BD8380; }
span { border-color: rgb(189,131,128); }
td.TdClassName
{
border-color: #BD8380;
}
.TagClassName
{
border-color: #BD8380;
}
</style>