Shades of Turkish Rose #B8676A
Tints of Turkish Rose #B8676A
RGB
CMYK
RGB Variations
Color information
#B8676A (or 0xB8676A) is known color: Turkish Rose. HEX triplet: B8, 67 and 6A. RGB value is (184,103,106). Sum of RGB (Red+Green+Blue) = 184+103+106=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B8676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8676A is #479895. Grayscale: #7F7F7F. Windows color (decimal): -4692118 or 6973368. OLE color: 6973368.
HSL color Cylindrical-coordinate representation of color #B8676A: hue angle of 357.78º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B8676A is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 103 | 106 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.28 |
| HSL | 357.78º | 0.36% | 0.56% | - |
| HSV(B) | 357.78º | 0.44% | 0.72% | - |
| XYZ | 27.22 | 20.93 | 16.24 | - |
| YUV | 127.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 103 | 106 | 0 | 0.44 | 0.42 | 0.28 | 357.78 | 0.36 | 0.56 |
| Hex | B8 | 67 | 6A | 0 | 2C | 2A | 1C | 166 | 24 | 38 |
| Octal | 270 | 147 | 152 | 0 | 54 | 52 | 34 | 546 | 44 | 70 |
| Binary | 10111000 | 1100111 | 1101010 | 0 | 101100 | 101010 | 11100 | 101100110 | 100100 | 111000 |
Color Harmonies of #B8676A
Complementary color
Monochromatic Colors of #B8676A
Black with #B8676A
Text Example
Text Example
White with #B8676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8676A; }
p { color: rgb(184,103,106); }
H1.HeaderClassName
{
color: #B8676A;
}
.AnyTagClassName
{
color: #B8676A;
}
</style>
background-color css
<style>
a { background-color: #B8676A; }
a { background-color: rgb(184,103,106); }
div.DivClassName
{
background-color: #B8676A;
}
.BgClassName
{
background-color: #B8676A;
}
</style>
border-color css
<style>
span { border-color: #B8676A; }
span { border-color: rgb(184,103,106); }
td.TdClassName
{
border-color: #B8676A;
}
.TagClassName
{
border-color: #B8676A;
}
</style>