#B1626D

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

Shades of Turkish Rose #B1626D

Tints of Turkish Rose #B1626D

Color information

#B1626D (or 0xB1626D) is unknown color: approx Turkish Rose. HEX triplet: B1, 62 and 6D. RGB value is (177,98,109). Sum of RGB (Red+Green+Blue) = 177+98+109=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1626D is #4E9D92. Grayscale: #7A7A7A. Windows color (decimal): -5152147 or 7168689. OLE color: 7168689.

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

Color convert

RGB17798109-
CMYK00.450.380.31
HSL351.65º33.62%53.92%-
HSV(B)351.65º44.63%69.41%-
XYZ25.2619.1916.84-
YUV122.87120.17166.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.09%
GREEN value IS 98 (38.67% from 255) = 25.52%
BLUE value IS 109 (42.97% from 255) = 28.39%
R=46.09%
G=25.52%
B=28.39%

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
Decimal1779810900.450.380.31351.6533.6253.92
HexB1626D02D261F1602236
Octal26114215505546375404266
Binary1011000111000101101101010110110011011111101100000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1626D; }

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

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

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

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

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

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

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

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