Shades of Brandy Rose #B38783
Tints of Brandy Rose #B38783
RGB
CMYK
RGB Variations
Color information
#B38783 (or 0xB38783) is known color: Brandy Rose. HEX triplet: B3, 87 and 83. RGB value is (179,135,131). Sum of RGB (Red+Green+Blue) = 179+135+131=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B38783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38783 is #4C787C. Grayscale: #939393. Windows color (decimal): -5011581 or 8619955. OLE color: 8619955.
HSL color Cylindrical-coordinate representation of color #B38783: hue angle of 5º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B38783 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 135 | 131 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.30 |
| HSL | 5º | 0.24% | 0.61% | - |
| HSV(B) | 5º | 0.27% | 0.7% | - |
| XYZ | 31.35 | 28.55 | 25.33 | - |
| YUV | 147.7 | 118.58 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 135 | 131 | 0 | 0.25 | 0.27 | 0.30 | 5 | 0.24 | 0.61 |
| Hex | B3 | 87 | 83 | 0 | 19 | 1B | 1E | 5 | 18 | 3D |
| Octal | 263 | 207 | 203 | 0 | 31 | 33 | 36 | 5 | 30 | 75 |
| Binary | 10110011 | 10000111 | 10000011 | 0 | 11001 | 11011 | 11110 | 101 | 11000 | 111101 |
Color Harmonies of #B38783
Complementary color
Monochromatic Colors of #B38783
Black with #B38783
Text Example
Text Example
White with #B38783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38783; }
p { color: rgb(179,135,131); }
H1.HeaderClassName
{
color: #B38783;
}
.AnyTagClassName
{
color: #B38783;
}
</style>
background-color css
<style>
a { background-color: #B38783; }
a { background-color: rgb(179,135,131); }
div.DivClassName
{
background-color: #B38783;
}
.BgClassName
{
background-color: #B38783;
}
</style>
border-color css
<style>
span { border-color: #B38783; }
span { border-color: rgb(179,135,131); }
td.TdClassName
{
border-color: #B38783;
}
.TagClassName
{
border-color: #B38783;
}
</style>