#B0626F

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

Shades of Turkish Rose #B0626F

Tints of Turkish Rose #B0626F

Color information

#B0626F (or 0xB0626F) is unknown color: approx Turkish Rose. HEX triplet: B0, 62 and 6F. RGB value is (176,98,111). Sum of RGB (Red+Green+Blue) = 176+98+111=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0626F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0626F is #4F9D90. Grayscale: #7A7A7A. Windows color (decimal): -5217681 or 7299760. OLE color: 7299760.

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

Color convert

RGB17698111-
CMYK00.440.370.31
HSL350º33.05%53.73%-
HSV(B)350º44.32%69.02%-
XYZ25.1419.1117.4-
YUV122.8121.34165.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.71%
GREEN value IS 98 (38.67% from 255) = 25.45%
BLUE value IS 111 (43.75% from 255) = 28.83%
R=45.71%
G=25.45%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769811100.440.370.3135033.0553.73
HexB0626F02C251F15e2136
Octal26014215705445375364166
Binary1011000011000101101111010110010010111111101011110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0626F; }

 p { color: rgb(176,98,111); }

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

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

 a { background-color: rgb(176,98,111); }

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

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

 span { border-color: rgb(176,98,111); }

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