#B1626C

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

Shades of Turkish Rose #B1626C

Tints of Turkish Rose #B1626C

Color information

#B1626C (or 0xB1626C) is unknown color: approx Turkish Rose. HEX triplet: B1, 62 and 6C. RGB value is (177,98,108). Sum of RGB (Red+Green+Blue) = 177+98+108=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1626C is #4E9D93. Grayscale: #7A7A7A. Windows color (decimal): -5152148 or 7103153. OLE color: 7103153.

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

Color convert

RGB17798108-
CMYK00.450.390.31
HSL352.41º33.62%53.92%-
HSV(B)352.41º44.63%69.41%-
XYZ25.2119.1716.56-
YUV122.76119.67166.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.21%
GREEN value IS 98 (38.67% from 255) = 25.59%
BLUE value IS 108 (42.58% from 255) = 28.20%
R=46.21%
G=25.59%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779810800.450.390.31352.4133.6253.92
HexB1626C02D271F1602236
Octal26114215405547375404266
Binary1011000111000101101100010110110011111111101100000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1626C; }

 p { color: rgb(177,98,108); }

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

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

 a { background-color: rgb(177,98,108); }

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

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

 span { border-color: rgb(177,98,108); }

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