Shades of Brandy Rose #B67C75
Tints of Brandy Rose #B67C75
RGB
CMYK
RGB Variations
Color information
#B67C75 (or 0xB67C75) is known color: Brandy Rose. HEX triplet: B6, 7C and 75. RGB value is (182,124,117). Sum of RGB (Red+Green+Blue) = 182+124+117=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67C75 is #49838A. Grayscale: #8C8C8C. Windows color (decimal): -4817803 or 7699638. OLE color: 7699638.
HSL color Cylindrical-coordinate representation of color #B67C75: hue angle of 6.46º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B67C75 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 124 | 117 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.29 |
| HSL | 6.46º | 0.31% | 0.59% | - |
| HSV(B) | 6.46º | 0.36% | 0.71% | - |
| XYZ | 29.71 | 25.64 | 20.21 | - |
| YUV | 140.54 | 114.72 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 124 | 117 | 0 | 0.32 | 0.36 | 0.29 | 6.46 | 0.31 | 0.59 |
| Hex | B6 | 7C | 75 | 0 | 20 | 24 | 1D | 6 | 1F | 3B |
| Octal | 266 | 174 | 165 | 0 | 40 | 44 | 35 | 6 | 37 | 73 |
| Binary | 10110110 | 1111100 | 1110101 | 0 | 100000 | 100100 | 11101 | 110 | 11111 | 111011 |
Color Harmonies of #B67C75
Complementary color
Monochromatic Colors of #B67C75
Black with #B67C75
Text Example
Text Example
White with #B67C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67C75; }
p { color: rgb(182,124,117); }
H1.HeaderClassName
{
color: #B67C75;
}
.AnyTagClassName
{
color: #B67C75;
}
</style>
background-color css
<style>
a { background-color: #B67C75; }
a { background-color: rgb(182,124,117); }
div.DivClassName
{
background-color: #B67C75;
}
.BgClassName
{
background-color: #B67C75;
}
</style>
border-color css
<style>
span { border-color: #B67C75; }
span { border-color: rgb(182,124,117); }
td.TdClassName
{
border-color: #B67C75;
}
.TagClassName
{
border-color: #B67C75;
}
</style>