#B1626E

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

Shades of Turkish Rose #B1626E

Tints of Turkish Rose #B1626E

Color information

#B1626E (or 0xB1626E) is unknown color: approx Turkish Rose. HEX triplet: B1, 62 and 6E. RGB value is (177,98,110). Sum of RGB (Red+Green+Blue) = 177+98+110=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1626E is #4E9D91. Grayscale: #7B7B7B. Windows color (decimal): -5152146 or 7234225. OLE color: 7234225.

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

Color convert

RGB17798110-
CMYK00.450.380.31
HSL350.89º33.62%53.92%-
HSV(B)350.89º44.63%69.41%-
XYZ25.3119.2117.13-
YUV122.99120.67166.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 98 (38.67% from 255) = 25.45%
BLUE value IS 110 (43.36% from 255) = 28.57%
R=45.97%
G=25.45%
B=28.57%

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
Decimal1779811000.450.380.31350.8933.6253.92
HexB1626E02D261F15f2236
Octal26114215605546375374266
Binary1011000111000101101110010110110011011111101011111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1626E; }

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

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

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

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

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

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

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

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