Shades of Brandy Rose #B68274
Tints of Brandy Rose #B68274
RGB
CMYK
RGB Variations
Color information
#B68274 (or 0xB68274) is known color: Brandy Rose. HEX triplet: B6, 82 and 74. RGB value is (182,130,116). Sum of RGB (Red+Green+Blue) = 182+130+116=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B68274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68274 is #497D8B. Grayscale: #909090. Windows color (decimal): -4816268 or 7635638. OLE color: 7635638.
HSL color Cylindrical-coordinate representation of color #B68274: hue angle of 12.73º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B68274 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 116 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.29 |
| HSL | 12.73º | 0.31% | 0.58% | - |
| HSV(B) | 12.73º | 0.36% | 0.71% | - |
| XYZ | 30.43 | 27.17 | 20.16 | - |
| YUV | 143.95 | 112.23 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 116 | 0 | 0.29 | 0.36 | 0.29 | 12.73 | 0.31 | 0.58 |
| Hex | B6 | 82 | 74 | 0 | 1D | 24 | 1D | D | 1F | 3A |
| Octal | 266 | 202 | 164 | 0 | 35 | 44 | 35 | 15 | 37 | 72 |
| Binary | 10110110 | 10000010 | 1110100 | 0 | 11101 | 100100 | 11101 | 1101 | 11111 | 111010 |
Color Harmonies of #B68274
Complementary color
Monochromatic Colors of #B68274
Black with #B68274
Text Example
Text Example
White with #B68274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68274; }
p { color: rgb(182,130,116); }
H1.HeaderClassName
{
color: #B68274;
}
.AnyTagClassName
{
color: #B68274;
}
</style>
background-color css
<style>
a { background-color: #B68274; }
a { background-color: rgb(182,130,116); }
div.DivClassName
{
background-color: #B68274;
}
.BgClassName
{
background-color: #B68274;
}
</style>
border-color css
<style>
span { border-color: #B68274; }
span { border-color: rgb(182,130,116); }
td.TdClassName
{
border-color: #B68274;
}
.TagClassName
{
border-color: #B68274;
}
</style>