#B16570

Color #B16570 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #B16570

Tints of Turkish Rose #B16570

Color information

#B16570 (or 0xB16570) is unknown color: approx Turkish Rose. HEX triplet: B1, 65 and 70. RGB value is (177,101,112). Sum of RGB (Red+Green+Blue) = 177+101+112=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B16570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16570 is #4E9A8F. Grayscale: #7D7D7D. Windows color (decimal): -5151376 or 7366065. OLE color: 7366065.

HSL color Cylindrical-coordinate representation of color #B16570: hue angle of 351.32º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B16570 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB177101112-
CMYK00.430.370.31
HSL351.32º32.76%54.51%-
HSV(B)351.32º42.94%69.41%-
XYZ25.7119.8217.8-
YUV124.98120.68165.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 45.38%
GREEN value IS 101 (39.84% from 255) = 25.90%
BLUE value IS 112 (44.14% from 255) = 28.72%
R=45.38%
G=25.90%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710111200.430.370.31351.3232.7654.51
HexB1657002B251F15f2137
Octal26114516005345375374167
Binary1011000111001011110000010101110010111111101011111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16570; }

 p { color: rgb(177,101,112); }

 H1.HeaderClassName
 {
   color: #B16570;
 }
 .AnyTagClassName
 {
   color: #B16570;
 }
</style>
background-color css

<style>
 a { background-color: #B16570; }

 a { background-color: rgb(177,101,112); }

 div.DivClassName
 {
   background-color: #B16570;
 }
 .BgClassName
 {
   background-color: #B16570;
 }
</style>
border-color css

<style>
 span { border-color: #B16570; }

 span { border-color: rgb(177,101,112); }

 td.TdClassName
 {
   border-color: #B16570;
 }
 .TagClassName
 {
   border-color: #B16570;
 }
</style>