Shades of Brandy Rose #B58B7A
Tints of Brandy Rose #B58B7A
RGB
CMYK
RGB Variations
Color information
#B58B7A (or 0xB58B7A) is known color: Brandy Rose. HEX triplet: B5, 8B and 7A. RGB value is (181,139,122). Sum of RGB (Red+Green+Blue) = 181+139+122=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58B7A is #4A7485. Grayscale: #959595. Windows color (decimal): -4879494 or 8031157. OLE color: 8031157.
HSL color Cylindrical-coordinate representation of color #B58B7A: hue angle of 17.29º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B58B7A is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 139 | 122 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.29 |
| HSL | 17.29º | 0.29% | 0.59% | - |
| HSV(B) | 17.29º | 0.33% | 0.71% | - |
| XYZ | 31.8 | 29.69 | 22.47 | - |
| YUV | 149.62 | 112.41 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 139 | 122 | 0 | 0.23 | 0.33 | 0.29 | 17.29 | 0.29 | 0.59 |
| Hex | B5 | 8B | 7A | 0 | 17 | 21 | 1D | 11 | 1D | 3B |
| Octal | 265 | 213 | 172 | 0 | 27 | 41 | 35 | 21 | 35 | 73 |
| Binary | 10110101 | 10001011 | 1111010 | 0 | 10111 | 100001 | 11101 | 10001 | 11101 | 111011 |
Color Harmonies of #B58B7A
Complementary color
Monochromatic Colors of #B58B7A
Black with #B58B7A
Text Example
Text Example
White with #B58B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58B7A; }
p { color: rgb(181,139,122); }
H1.HeaderClassName
{
color: #B58B7A;
}
.AnyTagClassName
{
color: #B58B7A;
}
</style>
background-color css
<style>
a { background-color: #B58B7A; }
a { background-color: rgb(181,139,122); }
div.DivClassName
{
background-color: #B58B7A;
}
.BgClassName
{
background-color: #B58B7A;
}
</style>
border-color css
<style>
span { border-color: #B58B7A; }
span { border-color: rgb(181,139,122); }
td.TdClassName
{
border-color: #B58B7A;
}
.TagClassName
{
border-color: #B58B7A;
}
</style>