#B2626B

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

Shades of Turkish Rose #B2626B

Tints of Turkish Rose #B2626B

Color information

#B2626B (or 0xB2626B) is unknown color: approx Turkish Rose. HEX triplet: B2, 62 and 6B. RGB value is (178,98,107). Sum of RGB (Red+Green+Blue) = 178+98+107=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B2626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2626B is #4D9D94. Grayscale: #7A7A7A. Windows color (decimal): -5086613 or 7037618. OLE color: 7037618.

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

Color convert

RGB17898107-
CMYK00.450.400.30
HSL353.25º34.19%54.12%-
HSV(B)353.25º44.94%69.8%-
XYZ25.3819.2616.29-
YUV122.95119167.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.48%
GREEN value IS 98 (38.67% from 255) = 25.59%
BLUE value IS 107 (42.19% from 255) = 27.94%
R=46.48%
G=25.59%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789810700.450.400.30353.2534.1954.12
HexB2626B02D281E1612236
Octal26214215305550365414266
Binary1011001011000101101011010110110100011110101100001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2626B; }

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

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

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

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

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

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

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

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