Shades of Brandy Rose #B67F7F
Tints of Brandy Rose #B67F7F
RGB
CMYK
RGB Variations
Color information
#B67F7F (or 0xB67F7F) is known color: Brandy Rose. HEX triplet: B6, 7F and 7F. RGB value is (182,127,127). Sum of RGB (Red+Green+Blue) = 182+127+127=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67F7F is #498080. Grayscale: #8F8F8F. Windows color (decimal): -4817025 or 8355766. OLE color: 8355766.
HSL color Cylindrical-coordinate representation of color #B67F7F: hue angle of 0º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B67F7F is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 127 | 127 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.29 |
| HSL | 0º | 0.27% | 0.61% | - |
| HSV(B) | 0º | 0.3% | 0.71% | - |
| XYZ | 30.71 | 26.66 | 23.61 | - |
| YUV | 143.45 | 118.72 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 127 | 127 | 0 | 0.30 | 0.30 | 0.29 | 0 | 0.27 | 0.61 |
| Hex | B6 | 7F | 7F | 0 | 1E | 1E | 1D | 0 | 1B | 3D |
| Octal | 266 | 177 | 177 | 0 | 36 | 36 | 35 | 0 | 33 | 75 |
| Binary | 10110110 | 1111111 | 1111111 | 0 | 11110 | 11110 | 11101 | 0 | 11011 | 111101 |
Color Harmonies of #B67F7F
Complementary color
Monochromatic Colors of #B67F7F
Black with #B67F7F
Text Example
Text Example
White with #B67F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67F7F; }
p { color: rgb(182,127,127); }
H1.HeaderClassName
{
color: #B67F7F;
}
.AnyTagClassName
{
color: #B67F7F;
}
</style>
background-color css
<style>
a { background-color: #B67F7F; }
a { background-color: rgb(182,127,127); }
div.DivClassName
{
background-color: #B67F7F;
}
.BgClassName
{
background-color: #B67F7F;
}
</style>
border-color css
<style>
span { border-color: #B67F7F; }
span { border-color: rgb(182,127,127); }
td.TdClassName
{
border-color: #B67F7F;
}
.TagClassName
{
border-color: #B67F7F;
}
</style>