#B2626E

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

Shades of Turkish Rose #B2626E

Tints of Turkish Rose #B2626E

Color information

#B2626E (or 0xB2626E) is unknown color: approx Turkish Rose. HEX triplet: B2, 62 and 6E. RGB value is (178,98,110). Sum of RGB (Red+Green+Blue) = 178+98+110=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B2626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2626E is #4D9D91. Grayscale: #7B7B7B. Windows color (decimal): -5086610 or 7234226. OLE color: 7234226.

HSL color Cylindrical-coordinate representation of color #B2626E: hue angle of 351º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2626E is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB17898110-
CMYK00.450.380.30
HSL351º34.19%54.12%-
HSV(B)351º44.94%69.8%-
XYZ25.5419.3317.14-
YUV123.29120.5167.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.11%
GREEN value IS 98 (38.67% from 255) = 25.39%
BLUE value IS 110 (43.36% from 255) = 28.50%
R=46.11%
G=25.39%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789811000.450.380.3035134.1954.12
HexB2626E02D261E15f2236
Octal26214215605546365374266
Binary1011001011000101101110010110110011011110101011111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2626E; }

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

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

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

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

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

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

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

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