#B2636B

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

Shades of Turkish Rose #B2636B

Tints of Turkish Rose #B2636B

Color information

#B2636B (or 0xB2636B) is unknown color: approx Turkish Rose. HEX triplet: B2, 63 and 6B. RGB value is (178,99,107). Sum of RGB (Red+Green+Blue) = 178+99+107=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B2636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2636B is #4D9C94. Grayscale: #7B7B7B. Windows color (decimal): -5086357 or 7037874. OLE color: 7037874.

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

Color convert

RGB17899107-
CMYK00.440.400.30
HSL353.92º33.91%54.31%-
HSV(B)353.92º44.38%69.8%-
XYZ25.4819.4516.32-
YUV123.53118.67166.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.35%
GREEN value IS 99 (39.06% from 255) = 25.78%
BLUE value IS 107 (42.19% from 255) = 27.86%
R=46.35%
G=25.78%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789910700.440.400.30353.9233.9154.31
HexB2636B02C281E1622236
Octal26214315305450365424266
Binary1011001011000111101011010110010100011110101100010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2636B; }

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

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

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

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

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

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

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

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