Shades of Brandy Rose #B38F83
Tints of Brandy Rose #B38F83
RGB
CMYK
RGB Variations
Color information
#B38F83 (or 0xB38F83) is known color: Brandy Rose. HEX triplet: B3, 8F and 83. RGB value is (179,143,131). Sum of RGB (Red+Green+Blue) = 179+143+131=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38F83 is #4C707C. Grayscale: #989898. Windows color (decimal): -5009533 or 8622003. OLE color: 8622003.
HSL color Cylindrical-coordinate representation of color #B38F83: hue angle of 15º 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 #B38F83 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 143 | 131 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.30 |
| HSL | 15º | 0.24% | 0.61% | - |
| HSV(B) | 15º | 0.27% | 0.7% | - |
| XYZ | 32.51 | 30.87 | 25.72 | - |
| YUV | 152.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 143 | 131 | 0 | 0.20 | 0.27 | 0.30 | 15 | 0.24 | 0.61 |
| Hex | B3 | 8F | 83 | 0 | 14 | 1B | 1E | F | 18 | 3D |
| Octal | 263 | 217 | 203 | 0 | 24 | 33 | 36 | 17 | 30 | 75 |
| Binary | 10110011 | 10001111 | 10000011 | 0 | 10100 | 11011 | 11110 | 1111 | 11000 | 111101 |
Color Harmonies of #B38F83
Complementary color
Monochromatic Colors of #B38F83
Black with #B38F83
Text Example
Text Example
White with #B38F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38F83; }
p { color: rgb(179,143,131); }
H1.HeaderClassName
{
color: #B38F83;
}
.AnyTagClassName
{
color: #B38F83;
}
</style>
background-color css
<style>
a { background-color: #B38F83; }
a { background-color: rgb(179,143,131); }
div.DivClassName
{
background-color: #B38F83;
}
.BgClassName
{
background-color: #B38F83;
}
</style>
border-color css
<style>
span { border-color: #B38F83; }
span { border-color: rgb(179,143,131); }
td.TdClassName
{
border-color: #B38F83;
}
.TagClassName
{
border-color: #B38F83;
}
</style>