Shades of Brandy Rose #BD827B
Tints of Brandy Rose #BD827B
RGB
CMYK
RGB Variations
Color information
#BD827B (or 0xBD827B) is known color: Brandy Rose. HEX triplet: BD, 82 and 7B. RGB value is (189,130,123). Sum of RGB (Red+Green+Blue) = 189+130+123=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD827B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD827B is #427D84. Grayscale: #929292. Windows color (decimal): -4357509 or 8094397. OLE color: 8094397.
HSL color Cylindrical-coordinate representation of color #BD827B: hue angle of 6.36º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD827B is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 130 | 123 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.26 |
| HSL | 6.36º | 0.33% | 0.61% | - |
| HSV(B) | 6.36º | 0.35% | 0.74% | - |
| XYZ | 32.54 | 28.21 | 22.47 | - |
| YUV | 146.84 | 114.55 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 130 | 123 | 0 | 0.31 | 0.35 | 0.26 | 6.36 | 0.33 | 0.61 |
| Hex | BD | 82 | 7B | 0 | 1F | 23 | 1A | 6 | 21 | 3D |
| Octal | 275 | 202 | 173 | 0 | 37 | 43 | 32 | 6 | 41 | 75 |
| Binary | 10111101 | 10000010 | 1111011 | 0 | 11111 | 100011 | 11010 | 110 | 100001 | 111101 |
Color Harmonies of #BD827B
Complementary color
Monochromatic Colors of #BD827B
Black with #BD827B
Text Example
Text Example
White with #BD827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD827B; }
p { color: rgb(189,130,123); }
H1.HeaderClassName
{
color: #BD827B;
}
.AnyTagClassName
{
color: #BD827B;
}
</style>
background-color css
<style>
a { background-color: #BD827B; }
a { background-color: rgb(189,130,123); }
div.DivClassName
{
background-color: #BD827B;
}
.BgClassName
{
background-color: #BD827B;
}
</style>
border-color css
<style>
span { border-color: #BD827B; }
span { border-color: rgb(189,130,123); }
td.TdClassName
{
border-color: #BD827B;
}
.TagClassName
{
border-color: #BD827B;
}
</style>