#B3636C

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

Shades of Turkish Rose #B3636C

Tints of Turkish Rose #B3636C

Color information

#B3636C (or 0xB3636C) is unknown color: approx Turkish Rose. HEX triplet: B3, 63 and 6C. RGB value is (179,99,108). Sum of RGB (Red+Green+Blue) = 179+99+108=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B3636C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3636C is #4C9C93. Grayscale: #7B7B7B. Windows color (decimal): -5020820 or 7103411. OLE color: 7103411.

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

Color convert

RGB17999108-
CMYK00.450.400.30
HSL353.25º34.48%54.51%-
HSV(B)353.25º44.69%70.2%-
XYZ25.7619.5916.61-
YUV123.95119167.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.37%
GREEN value IS 99 (39.06% from 255) = 25.65%
BLUE value IS 108 (42.58% from 255) = 27.98%
R=46.37%
G=25.65%
B=27.98%

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
Decimal1799910800.450.400.30353.2534.4854.51
HexB3636C02D281E1612237
Octal26314315405550365414267
Binary1011001111000111101100010110110100011110101100001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3636C; }

 p { color: rgb(179,99,108); }

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

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

 a { background-color: rgb(179,99,108); }

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

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

 span { border-color: rgb(179,99,108); }

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