#b0616a

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

Shades of Turkish Rose #B0616A

Tints of Turkish Rose #B0616A

Color information

#B0616A (or 0xB0616A) is unknown color: approx Turkish Rose. HEX triplet: B0, 61 and 6A. RGB value is (176,97,106). Sum of RGB (Red+Green+Blue) = 176+97+106=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B0616A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0616A is #4F9E95. Grayscale: #797979. Windows color (decimal): -5217942 or 6971824. OLE color: 6971824.

HSL color Cylindrical-coordinate representation of color #B0616A: hue angle of 353.16º degrees, saturation: 0.33, 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 #B0616A is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB17697106-
CMYK00.450.400.31
HSL353.16º33.33%53.53%-
HSV(B)353.16º44.89%69.02%-
XYZ24.7818.8215.96-
YUV121.65119.17166.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.44%
GREEN value IS 97 (38.28% from 255) = 25.59%
BLUE value IS 106 (41.80% from 255) = 27.97%
R=46.44%
G=25.59%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769710600.450.400.31353.1633.3353.53
HexB0616A02D281F1612136
Octal26014115205550375414166
Binary1011000011000011101010010110110100011111101100001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0616a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0616a; }

 p { color: rgb(176,97,106); }

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

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

 a { background-color: rgb(176,97,106); }

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

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

 span { border-color: rgb(176,97,106); }

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