Shades of Brandy Rose #B48C7A
Tints of Brandy Rose #B48C7A
RGB
CMYK
RGB Variations
Color information
#B48C7A (or 0xB48C7A) is known color: Brandy Rose. HEX triplet: B4, 8C and 7A. RGB value is (180,140,122). Sum of RGB (Red+Green+Blue) = 180+140+122=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48C7A is #4B7385. Grayscale: #969696. Windows color (decimal): -4944774 or 8031412. OLE color: 8031412.
HSL color Cylindrical-coordinate representation of color #B48C7A: hue angle of 18.62º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B48C7A is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
RGB | 180 | 140 | 122 | - |
CMYK | 0 | 0.22 | 0.32 | 0.29 |
HSL | 18.62º | 0.28% | 0.59% | - |
HSV(B) | 18.62º | 0.32% | 0.71% | - |
XYZ | 31.71 | 29.86 | 22.51 | - |
YUV | 149.91 | 112.25 | 149.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 140 | 122 | 0 | 0.22 | 0.32 | 0.29 | 18.62 | 0.28 | 0.59 |
Hex | B4 | 8C | 7A | 0 | 16 | 20 | 1D | 13 | 1C | 3B |
Octal | 264 | 214 | 172 | 0 | 26 | 40 | 35 | 23 | 34 | 73 |
Binary | 10110100 | 10001100 | 1111010 | 0 | 10110 | 100000 | 11101 | 10011 | 11100 | 111011 |
Color Harmonies of #B48C7A
Complementary color
Monochromatic Colors of #B48C7A
Black with #B48C7A
Text Example
Text Example
White with #B48C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48C7A; }
p { color: rgb(180,140,122); }
H1.HeaderClassName
{
color: #B48C7A;
}
.AnyTagClassName
{
color: #B48C7A;
}
</style>
background-color css
<style>
a { background-color: #B48C7A; }
a { background-color: rgb(180,140,122); }
div.DivClassName
{
background-color: #B48C7A;
}
.BgClassName
{
background-color: #B48C7A;
}
</style>
border-color css
<style>
span { border-color: #B48C7A; }
span { border-color: rgb(180,140,122); }
td.TdClassName
{
border-color: #B48C7A;
}
.TagClassName
{
border-color: #B48C7A;
}
</style>