#B1616D

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

Shades of Turkish Rose #B1616D

Tints of Turkish Rose #B1616D

Color information

#B1616D (or 0xB1616D) is unknown color: approx Turkish Rose. HEX triplet: B1, 61 and 6D. RGB value is (177,97,109). Sum of RGB (Red+Green+Blue) = 177+97+109=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1616D is #4E9E92. Grayscale: #7A7A7A. Windows color (decimal): -5152403 or 7168433. OLE color: 7168433.

HSL color Cylindrical-coordinate representation of color #B1616D: hue angle of 351º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B1616D is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB17797109-
CMYK00.450.380.31
HSL351º33.9%53.73%-
HSV(B)351º45.2%69.41%-
XYZ25.171916.81-
YUV122.29120.5167.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.21%
GREEN value IS 97 (38.28% from 255) = 25.33%
BLUE value IS 109 (42.97% from 255) = 28.46%
R=46.21%
G=25.33%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779710900.450.380.3135133.953.73
HexB1616D02D261F15f2236
Octal26114115505546375374266
Binary1011000111000011101101010110110011011111101011111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1616D; }

 p { color: rgb(177,97,109); }

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

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

 a { background-color: rgb(177,97,109); }

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

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

 span { border-color: rgb(177,97,109); }

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