Shades of Turkish Rose #B3676A
Tints of Turkish Rose #B3676A
RGB
CMYK
RGB Variations
Color information
#B3676A (or 0xB3676A) is known color: Turkish Rose. HEX triplet: B3, 67 and 6A. RGB value is (179,103,106). Sum of RGB (Red+Green+Blue) = 179+103+106=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B3676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3676A is #4C9895. Grayscale: #7E7E7E. Windows color (decimal): -5019798 or 6973363. OLE color: 6973363.
HSL color Cylindrical-coordinate representation of color #B3676A: hue angle of 357.63º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3676A is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 106 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.30 |
| HSL | 357.63º | 0.33% | 0.55% | - |
| HSV(B) | 357.63º | 0.42% | 0.7% | - |
| XYZ | 26.04 | 20.32 | 16.19 | - |
| YUV | 126.07 | 116.68 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 106 | 0 | 0.42 | 0.41 | 0.30 | 357.63 | 0.33 | 0.55 |
| Hex | B3 | 67 | 6A | 0 | 2A | 29 | 1E | 166 | 21 | 37 |
| Octal | 263 | 147 | 152 | 0 | 52 | 51 | 36 | 546 | 41 | 67 |
| Binary | 10110011 | 1100111 | 1101010 | 0 | 101010 | 101001 | 11110 | 101100110 | 100001 | 110111 |
Color Harmonies of #B3676A
Complementary color
Monochromatic Colors of #B3676A
Black with #B3676A
Text Example
Text Example
White with #B3676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3676A; }
p { color: rgb(179,103,106); }
H1.HeaderClassName
{
color: #B3676A;
}
.AnyTagClassName
{
color: #B3676A;
}
</style>
background-color css
<style>
a { background-color: #B3676A; }
a { background-color: rgb(179,103,106); }
div.DivClassName
{
background-color: #B3676A;
}
.BgClassName
{
background-color: #B3676A;
}
</style>
border-color css
<style>
span { border-color: #B3676A; }
span { border-color: rgb(179,103,106); }
td.TdClassName
{
border-color: #B3676A;
}
.TagClassName
{
border-color: #B3676A;
}
</style>