Shades of Turkish Rose #B37A7B
Tints of Turkish Rose #B37A7B
RGB
CMYK
RGB Variations
Color information
#B37A7B (or 0xB37A7B) is known color: Turkish Rose. HEX triplet: B3, 7A and 7B. RGB value is (179,122,123). Sum of RGB (Red+Green+Blue) = 179+122+123=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37A7B is #4C8584. Grayscale: #8B8B8B. Windows color (decimal): -5014917 or 8092339. OLE color: 8092339.
HSL color Cylindrical-coordinate representation of color #B37A7B: hue angle of 358.95º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B37A7B is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 122 | 123 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.30 |
| HSL | 358.95º | 0.27% | 0.59% | - |
| HSV(B) | 358.95º | 0.32% | 0.7% | - |
| XYZ | 29.13 | 24.93 | 22.02 | - |
| YUV | 139.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 122 | 123 | 0 | 0.32 | 0.31 | 0.30 | 358.95 | 0.27 | 0.59 |
| Hex | B3 | 7A | 7B | 0 | 20 | 1F | 1E | 167 | 1B | 3B |
| Octal | 263 | 172 | 173 | 0 | 40 | 37 | 36 | 547 | 33 | 73 |
| Binary | 10110011 | 1111010 | 1111011 | 0 | 100000 | 11111 | 11110 | 101100111 | 11011 | 111011 |
Color Harmonies of #B37A7B
Complementary color
Monochromatic Colors of #B37A7B
Black with #B37A7B
Text Example
Text Example
White with #B37A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37A7B; }
p { color: rgb(179,122,123); }
H1.HeaderClassName
{
color: #B37A7B;
}
.AnyTagClassName
{
color: #B37A7B;
}
</style>
background-color css
<style>
a { background-color: #B37A7B; }
a { background-color: rgb(179,122,123); }
div.DivClassName
{
background-color: #B37A7B;
}
.BgClassName
{
background-color: #B37A7B;
}
</style>
border-color css
<style>
span { border-color: #B37A7B; }
span { border-color: rgb(179,122,123); }
td.TdClassName
{
border-color: #B37A7B;
}
.TagClassName
{
border-color: #B37A7B;
}
</style>